-
JsonPath is more complicated, requires complex string parsing, requires the implementation of many features that are not necessary to select a claim, and is a query language, not a point…
-
Will JSON Pointer ([https://tools.ietf.org/html/rfc6901](https://tools.ietf.org/html/rfc6901)) be supported in JSON-B?
Especially JSON Pointer would be the only way to marshal/unmarshal recursive bea…
-
Hi,
Does sonic-cpp support merge-patch easily?
For example : { op: replace, patch : "Object/0/New_object", value : "123" }
If use json_pointer:
sonic_json::Node* node2 = doc.AtP…
-
According to the guidance on [text formatting](https://ocds-standard-development-handbook.readthedocs.io/en/latest/meta/style_guide.html#text-formatting):
```rst
- When referring to a field in JS…
-
### Steps to reproduce the problem
1. Fetch `https://mastodon.social/users/trwnh`
2. Observe the `id` of `publicKey`
### Current behaviour
`https://mastodon.social/users/trwnh#main-key`
#…
trwnh updated
1 month ago
-
https://tools.ietf.org/html/rfc6901
JSON.Net should support resolving JSON Pointer URIs to elements within a document.
-
# User Story:
As a developer of OSCAL-based tools, in order to transition between different formats more seamlessly in general and processing validation results in particular, I would like the abil…
-
When the JSON Pointer is represented as a string, it should not be percent encoded. See section 5 "JSON String Representation" [1] in the RFC.
When the JSON Pointer is included in an URL, as in secti…
-
in order to write rules for one path.
(https://tools.ietf.org/html/rfc6901)
-
go-patch introduces `?` as a new, non-rfc6901 special character, but there's not an escape sequence defined. Preferences? Since non-standard, start in descending order; `~9`?
https://github.com/cpp…