sirixdb / brackit

Query processor with proven optimizations, ready to use for your JSON store to query semi-structured data with JSONiq. Can also be used as an ad-hoc in-memory query processor.
http://brackit.io
Other
48 stars 11 forks source link

fn:deep-equal(...) function should handle JSON items #6

Open JohannesLichtenberger opened 4 years ago

JohannesLichtenberger commented 4 years ago

The fn:deep-equal function should handle JSON items. It's defined in the class https://github.com/sirixdb/brackit/blob/master/src/main/java/org/brackit/xquery/function/fn/DeepEqual.java.