Skip to content

Commit

Permalink
Update vocabularies/Org.OData.JSON.V1.xml
Browse files Browse the repository at this point in the history
Co-authored-by: Heiko Theißen <[email protected]>
  • Loading branch information
ralfhandl and HeikoTheissen authored Mar 14, 2024
1 parent 6c8dc89 commit d41ef8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vocabularies/Org.OData.JSON.V1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ receiving
- If `input` is not a valid JSON value, the function returns `null`.
- If `path` is `null`, not a valid [JSONPath expression](#Path), or does not match the structure of `input` (for example applying an index selector to a scalar value), the function returns `null`.

If null is identified by `path` within `input`, the function returns null.

If a single non-null scalar JSON value is identified by `path` within `input`, the function returns that value as an OData primitive value of type
- `Edm.String` if the value is a JSON string
- `Edm.Boolean` if the value is `true` or `false`
Expand Down

0 comments on commit d41ef8d

Please sign in to comment.