to_basic json converts json into the Strict.json type transforming variants that do not comply to that type. In particular ints are converted to floats. All json types can be converted
json_to_string_repr json converts json into a string representation of the json_stream element. This is not JSON but a textual represenation of the json_stream_type. eg `Ae
equal json1 json2 recursively compares the two trees returning true if they are equal. Object key/value pairs do not need to be in the same order. Duplicate keys are equal if and only if the key/value pairs are in the same order in each tree.