File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/main/xar-resources/data/docs/fn Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 11# fn: xml-to-json () ([ specification] ( https://www.w3.org/TR/xpath-functions-31/#func-xml-to-json" ) )
22handles 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 ` .
55and 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>
3838return fn:xml-to-json($node)
3939```
4040does return ` "" ` and not ` "\"\"" ` .
41-
You can’t perform that action at this time.
0 commit comments