jsonpointer Questions

1

Jackson provides JsonPointer. However, I want to do something like that what https://github.com/json-path/JsonPath can provide. How do I describe this in JsonPointer?: $.store.book[?(@.price < ...
Tillie asked 6/8, 2017 at 21:15

1

Solved

Argo CD shows two items from linkerd (installed by Helm) are being out of sync. The warnings are caused by the optional preserveUnknownFields: false in the spec section: trafficsplits.split.smi-spe...
Hosmer asked 18/5, 2021 at 5:50

2

Is there a way to select an array member the value of a key with JSON Pointer? So for this JSON Schema: "links":[ { "title": "Create", "href": "/boo...
Hin asked 15/12, 2016 at 18:34

2

Solved

Is it possible to type an array of strings in such a way that the array can only be a valid property path in a given object? The type definition should work for all deeply nested objects. Ex...
Similarity asked 23/12, 2019 at 12:50

1

Solved

I'm trying to validate a JSON file using JSON Schema, in order to find cases of "broken references". Essentially my file consists of items and groups, with each item belonging to a single group ref...
Mele asked 23/11, 2017 at 11:22

1

Solved

I need to map a location in JSON (or JavaScript object) defined by JSON-pointer to the position in JSON text file as {line,column}. Is there any existing JavaScript library that would do it? Writin...
Fodder asked 8/1, 2017 at 18:4

1

I am using Jackson (version 2.6+) to parse some ugly JSON that looks like this: { "root" : { "dynamic123" : "Some value" } } The name of the attribute dynamic123...
Vervain asked 3/3, 2016 at 11:37

1

Solved

The JSON Pointer spec states: the characters '~' (%x7E) and '/' (%x2F) have special meanings in JSON Pointer It is clear what '/' is used for, but I see no indication of what purpose the tilde se...
Psychographer asked 17/7, 2015 at 19:17
1

© 2022 - 2024 — McMap. All rights reserved.