All Downloads are FREE. Search and download functionalities are using the official Maven repository.

test_files.runtime.FunctionSequence.Value.FunctionDeepEqual7.jq Maven / Gradle / Ivy

(:JIQS: ShouldRun; Output="(true, true, true)" :)
deep-equal({"a": [2, 3]}, {"a": [2, 3]}),
deep-equal([{"a": 2.0}, {"b": "string"}], [{"a": 2.0}, {"b": "string"}]),
deep-equal({"a": {"c": [2, 3]}, "b": [{"d" : 4}]}, {"a": {"c": [2, 3]}, "b": [{"d" : 4}]})

(: array/object mixed tests - matching :)





© 2015 - 2025 Weber Informatics LLC | Privacy Policy