-
We don't need to do this now, but I'd like to expose as little postgresql internal surface as possible. Therefore I'd like to have index fields as json pointers: https://datatracker.ietf…
-
Hi,
I was running the tool on [tag 2.4.0](https://github.com/DMTF/Redfish-Service-Validator/releases/tag/2.4.0) for my OpenBMC project, but it encountered an error. I couldn't understand the meanin…
-
I want to get the list of all pods that are ready to take requests. In order to do that I run the following queries:
`kubectl get pods -l app=my-app -o jsonpath='{.items[?(@.status.conditions[?(@.typ…
-
It would be great if we could directly access nested items in the `name` String of `@JsonKey`. Consider this Json:
```JavaScript
"root_item": {
"items": [
{
"name": "fir…
-
Why property names with `/` gets replaced with `~1`?
`user/username` becomees `user~1username` for example.
Where does it happen and is it possible to disable it?
**What version of Ajv are…
-
I have a json like following
```
`json.set doc . '{"":"empty", "\\":"slash","\'":"quote","\n":"enter", "\"":"double quote", "\'\'":"quote quote", "\t":"tab", "/":"value"}'`
```
if I want to get va…
-
```
const schema = Type.Object({
"topLevel": Type.Object({
"field": Type.Boolean()
}),
"topLevel/field": Type.String()
})
const errors = Value.Errors(schema, {})
for (co…
-
The JSONPatch library splits the path by / and discards the first segment, assuming it is empty:
https://github.com/evanphx/json-patch/blob/cb8f3b5f9db3c390f2cdf6e67f7e6ea3b339a197/patch.go#L338-L3…
-
This required in order to accommodate sarifLog.taxonomies metadata, which will be a log level construct, as the data itself is entirely external to any tool execution (e.g., the CWE definitions).
T…
-
**Describe the feature you'd like**
A clear and concise description of what you want to happen.
Add a UDF function similar to hive's get_json_object function, input json string, and output the par…