Closed hiltontj closed 1 year ago
This was addressed, in large part, by #7 . However, it deserves to remain open, as serde_json_path
is not yet fully compliant. There are several tests in the CTS that validate function extension capability, which serde_json_path
does not yet have (see #1 and #8).
For the time being, the compliance test case is #[ignore]
'd, and this issue can remain open.
The purpose of this issue is to incorporate the JSONPath compliance test-suite into the crate's tests to ensure compliance with the standard.
Currently, the CTS contains tests for the function extension point, which
serde_json_path
does not yet support. Nonetheless, running the full CTS will be a good exercise for finding any holes inserde_json_path
's implementation.