Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
95 views

I have this sample json { "accessRequestId": "2c91808b6ef1d43e016efba0ce470904", "requestedBy": { "type": "IDENTITY", "id&...
Ging3r's user avatar
  • 2,168
2 votes
1 answer
117 views

I am working with Altova MapForce for data mapping tasks involving JSON. Is there a built-in function or a way to create a custom function in Altova MapForce that takes a specific field (or node) as ...
Igor Savrickiy's user avatar
1 vote
3 answers
156 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
153 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
0 votes
0 answers
45 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
70 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,584
0 votes
1 answer
51 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
0 answers
94 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
108 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
148 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
295 views

Given a JSON object with an array —e.g.: { "phoneNumbers": [ { "type" : "iPhone", "number": "0000-0000-0000" }, { &...
Mig82's user avatar
  • 5,654
0 votes
1 answer
55 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.5k
0 votes
1 answer
118 views

API request with Zabbix: { "result": "success", "maxTotal": 2, "users": [ { "unit": "2025-04-01", ...
user30154581's user avatar
0 votes
1 answer
259 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
80 views

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

15 30 50 per page
1
2 3 4 5
126