But, clearly there is a use-case for producing json with integer, null, and boolean values.
x=005 // {"x": "005"} X:=005 // {"x": 5}
But, clearly there is a use-case for producing json with integer, null, and boolean values.