Skip to main content
Filter by
Sorted by
Tagged with
1 vote
3 answers
112 views

Assume I have many rows with jsonb data like this in their respective columns: { ..., "participants": { "one_uuid": { "id": "another_uuid", &...
mrivera's user avatar
  • 21
2 votes
2 answers
137 views

I am facing an issue with phasing data using jsonpath-ng. My expression looks like: $..[?(@.name=='is_literate')] I tried it at https://jsonpath.com/, it works fine with $..[?(@.name=='is_literate')] ...
Lalit mahato's user avatar
1 vote
0 answers
27 views

JSONObject json = new JSONObject(""" { "key": null } """); Configuration config = Configuration.builder() .options(Option.SUPPRESS_EXCEPTIONS, Option....
Arun Pandi's user avatar
0 votes
0 answers
65 views

I'm using json-rules-engine and would like to write a query for a nested json. Here is my code. the code runs without any error but the event doesn't triggered. const { Engine } = require('json-rules-...
HHH's user avatar
  • 6,554
0 votes
1 answer
41 views

In Jsonpath (Jayway Java implementation), how do I find array elements where a certain field is missing? For example, in the below JSON, how do I find books without isbn? In theory, empty(true) ...
Dmitry E.'s user avatar
  • 103
0 votes
1 answer
89 views

I'm trying to return the value of 'id', where value is "India" in nested JSON as shown below { "iterations": [ { "id": "122", "parameters&...
IrshadAli's user avatar
0 votes
1 answer
94 views

I have a JSON string object, and I have to extract a value, but either I can split the JSON or I need to extract that value. Below is my JSON string. [ { "Code": "1", &...
user30794534's user avatar
0 votes
2 answers
126 views

I am trying to exclude a field and keeps rest of the fields intact using Goessner JSONPath of com.jayway.jsonpath:json-path:2.9.0 but apparently it is not working. For the following JSON, { "...
Kiran Deep's user avatar
1 vote
1 answer
133 views

Given a JSON object with an array —e.g.: { "phoneNumbers": [ { "type" : "iPhone", "number": "0000-0000-0000" }, { &...
Mig82's user avatar
  • 5,626
0 votes
1 answer
52 views

I'm working with Oracle's sample schemas. With the following column values of PRODUCT_DTAILS, "{ "colour" : "brown", "gender" : "Women's", "...
Jin Kwon's user avatar
  • 22.4k
0 votes
1 answer
88 views

I'm making an API request with Zabbix here : { "result": "success", "maxTotal": 2, "users": [ { "unit": "...
user30154581's user avatar
0 votes
1 answer
217 views

I am working with AWS Step Functions and trying to send an event to an EventBridge event bus using the PutEvents API. However, I am encountering an issue with the following Step Function configuration ...
Ranjith Kumar's user avatar
0 votes
1 answer
69 views

I've the following JSON file: [ { "id": "9a884faee51213bd0fd9b5e97ad5fd0c54e92d8d", "name": "75193f9f-836a-47ba-b425-b00bca0806ea.yml", "type&...
nrgyzer's user avatar
  • 1,125
0 votes
1 answer
117 views

I want to fetch the data if a particular employee id exists using JSON_EXISTS function. But I am getting syntax error, not sure where I am wrong. Can someone suggest? create table test ( id int ...
Madhu's user avatar
  • 49
0 votes
1 answer
88 views

I have the following json example { "address_components": [ { "long_name": "43a", "short_name": "43a", ...
Mammt's user avatar
  • 67

15 30 50 per page
1
2 3 4 5
126