I know that XML doesn’t allow NUL bytes in it, but I though that it would somehow work in JSON:
parse-json("""u0000""") => serialize(map{"method": "json"})
output:
"�"
Is it a limitation of my XPath processor or is it normative?
I know that XML doesn’t allow NUL bytes in it, but I though that it would somehow work in JSON:
parse-json("""u0000""") => serialize(map{"method": "json"})
output:
"�"
Is it a limitation of my XPath processor or is it normative?