Skip to content

Commit 66d6980

Browse files
agh2342duncdrum
andauthored
Update src/main/xar-resources/data/docs/fn/xml-to-json.md
Co-Authored-By: Duncan Paterson <[email protected]>
1 parent 7060dd8 commit 66d6980

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/xar-resources/data/docs/fn/xml-to-json.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# fn:xml-to-json() ([specification](https://www.w3.org/TR/xpath-functions-31/#func-xml-to-json"))
22
handles most valid input according to specification. Notable exceptions follow.
33

4-
All (un-)escaping is delegated to com.fasterxml.jackson. All output is generated by jackson
4+
All output is generated by the `jackson` library and should be proper JSON. All (un-) escaping is delegated to `com.fasterxml.jackson`.
55
and should be proper JSON.
66

77
`fn:xml-to-json()` does not replace codepoints in the range `1-31` or `127-159` in any string or map key.
@@ -38,4 +38,3 @@ let $node := <string escaped="true">""</string>
3838
return fn:xml-to-json($node)
3939
```
4040
does return `""` and not `"\"\""`.
41-

0 commit comments

Comments
 (0)