Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
122 views

I am able to parse JSON like string that looks something like this: {"response":"{\"key1\": \"12345\", \"key2\": \"abc\", \"time\": \&...
milan's user avatar
  • 1
1 vote
0 answers
196 views

I have a Snowflake table with a column MY_XML. (This is listed as an object type - is that normal?) I would like to convert the column elements to JSON so that I can unlock the more-straightforward ...
jtlz2's user avatar
  • 8,535
1 vote
0 answers
64 views

I need to get the start and end time for each row. The response looks like below. With big query I cant concat keys dynamically. How to do it? Take the first key value pair in the menus dictionary ...
vaibhav jain's user avatar
0 votes
2 answers
76 views

In this answer: https://stackoverflow.com/a/1021848/5280471 it is suggested to use a "language-wrapping" technique to implement JSON parsing by importing a json2.js JavaScript file like so: &...
Avenger's user avatar
  • 404
1 vote
1 answer
39 views

Good afternoon! I am working on a Flask application. In one of the templates (HTML file) called reserve.html, I have a block of embedded JS that works perfectly fine. When I try to move it to a ...
Aya Noaman's user avatar
0 votes
1 answer
306 views

I have a table with multiple columns, one of which is a json formatted string. Sample data is shown below. The name of the column is json_data {"A":{"B":"b","C"...
Passive_coder's user avatar
0 votes
1 answer
303 views

Consider a document btc_transactions.json that contains the following data: {"txid":"00a5b60bf38d0605a7ed65c557722e42c1637e1dade80e37b7fc73cea3b67d9b","consensus_time":&...
TLeitzbach's user avatar
0 votes
1 answer
519 views

I am creating a django API where it takes a pdf doc and using RAG, a query is made to the doc and the output is generated via LLM. I want the output as json and I am using jsonoutputparser but I am ...
Aliasgar Taksali's user avatar
0 votes
2 answers
222 views

I have a large (~65,000 lines) JSON file which is being used as data for a prisma postgres database in a Next.js project I'm working on. The file contains entries like so: [ { "NativeClass&...
Lumi's user avatar
  • 21
0 votes
0 answers
76 views

I'm working on a JSON parser which should be able to read valid JSONs from a file, the problem I'm facing is there might be more than on JSON in a file(one line containing multiple JSONs or one JSON ...
manick prime's user avatar
0 votes
0 answers
42 views

JSON parsing isn't working after enabling Proguard . I have activity like this package com.alamart; import android.content.Context; import android.os.Bundle; import android.widget.TextView; import ...
Muspedia indonesia's user avatar
1 vote
0 answers
23 views

I am using boost::property_tree to parse a json file(~350kB), with boost 1.74 on Ubuntu 22.04. After trying to parse a json file into a ptree, when ptree gets out of scope it seems not to be ...
user24121343's user avatar
0 votes
1 answer
92 views

I'm currently trying to read json from azure blob storage which I'm able to do. Now I want to parse the data and display or print the data in Flutter (dart language). Below is the code. Future<...
sai's user avatar
  • 51
0 votes
1 answer
106 views

So I have a sender program(written in python) that send a API response to this c++ application using UDP socket. Below is python code that send data : # Function to send data via UDP socket def ...
user avatar
1 vote
1 answer
1k views

I have a JSON file, which contains similar records like following: { "timeZone": "+0200", "deviceCode": 202590286, "type": 8, "version&...
plaidshirt's user avatar
  • 5,811
0 votes
1 answer
182 views

I am using documentation given here to connect with another service. So far the connection to another service works fine. When I get the response as a string it also works fine. But it fails to ...
Abdullah Al Noman's user avatar
0 votes
0 answers
38 views

I have a post method response json body exactly like this: [{ "_routeId": "657a2fe455905539f9eed1a5", "distance": { "text": "859 km", &...
Jonathan Clarkwell's user avatar
1 vote
0 answers
124 views

I'm seeking the correct sequence of Python decode() and encode() functions required to result in completely clean and parse-able JSON, no matter which combinations of unusual ASCII/unicode/emoji ...
velkoon's user avatar
  • 1,000
1 vote
1 answer
476 views

I have the following JSON, which came from an API response: { "expand": "names,schema", "startAt": 0, "maxResults": 50, "total": 3, ...
Nicolaesse's user avatar
  • 2,764
0 votes
3 answers
294 views

I would like to parse a JSON data in VBA and check how many books there are. With the hint from GPT, I use this code to parse JSON, Public Function JsonParse(jsonStr As String) As Object With ...
刘东辰's user avatar
3 votes
0 answers
411 views

Does jsoniter-scala have an equivalent to (Java) jsoniter's Any? I'm talking about the facility described here. There is no Any in jsoniter-scala, and I can't find an equivalent in the jsoniter-scala ...
einnocent's user avatar
  • 4,059
1 vote
0 answers
51 views

I am having an odd issue where my Laravel API is returning JSON data to my react front-end via Axios and then Axios is parsing the data and returning an undefined value for a specific key "file&...
Tres Plummer's user avatar
0 votes
1 answer
113 views

I have the below json object as a json string { "type": "employee", "details": [ { "key": "name", "value": &...
ck22's user avatar
  • 276
-1 votes
1 answer
568 views

I want to serialize data from json data using open api to Dart. However, the error continues, such as type 'String' is not a subtype of type 'int' of 'index'. I need to return the string, but I think ...
이유림's user avatar
1 vote
1 answer
491 views

I have a karate test and lines like this : * def schema = read('schema.json') * def response = read('response.json') And def jsonValidator = Java.type('feature.JsonValidator').isValid(parseSchema, ...
user22504890's user avatar
0 votes
1 answer
101 views

I have a data model which is a struct and I have an API which has JSON dictionary. I need to populate my table view cells with the values in the dictionary. I have already created an array containing ...
bumblebee's user avatar
0 votes
2 answers
129 views

In my flutter application, I am receiving json response and can also able to parse it easily. But At a point or a key named "data" in json response giving me dynamic value as below: Sometime ...
Jaimin Modi's user avatar
  • 1,707
-1 votes
1 answer
1k views

below is json string : { "Data1": "", "Data2": { "id": 1234 }, "Data3": [ { "id": "id2", "price&...
Abhijit Sarkar's user avatar
1 vote
0 answers
192 views

How to Serialize and de-serialize below object using jackson library ? public class Notification2 implements Serializable { private String eventTypeName; private TerminationPoint_T tpObj; ...
Techiee's user avatar
  • 11
1 vote
1 answer
249 views

We are using AWS Athena tables to store order and product information. We have a JSON string in a column called line-items in orders table. It is not a valid JSON and we are converting into valid JSON,...
azaveri7's user avatar
  • 949
2 votes
1 answer
93 views

EDIT I have a Shiny app where I need to make successive requests to an API. Every request needs the preceding one to be completed to prevent the not all data was parsed (0 chars were parsed out of a ...
Trichophyton's user avatar
-1 votes
2 answers
564 views

How to use JsonNames to parse multiple names for JSON field in Kotlinx Serialization. For normal data class it works fine @OptIn(ExperimentalSerializationApi::class) @Serializable data class Project(@...
Suman Radhakrishnan's user avatar
0 votes
1 answer
109 views

I have stumbled here upon several answers regarding handling multiple types of data in JSON, but none of them helps me in my concrete case. I am a beginner in JSON, so any help is highly appreciated. ...
Valex's user avatar
  • 3
0 votes
2 answers
71 views

I am learning to work with JSON. This is my first time doing this. I get the JSON from an API call with this code: if (response.statusCode == 200) { var json = response.body; // ...
LostTexan's user avatar
  • 921
1 vote
1 answer
152 views

I have a JSON and want to parse the nested array using https://github.com/thedevsaddam/gojsonq { "total": 2, "page": 1, "pageSize": 50, "data": [ { ...
Programming-Lover's user avatar
0 votes
3 answers
276 views

Here's the json string example json = "{:status=>\"ok\", :hitcount=>\"1\", :request_date=>Wed, 10 Oct 2019 00:00:00 +0000}" I have tried below mentioned snippet ...
Mohammad Arif's user avatar
1 vote
1 answer
52 views

I have json data like { "labels1": {"A":1,"B":2, "C":3}, "labels2": {"A":1,"B":2, "C":3}, } and I want 3 ...
Amaravathi Satya's user avatar
0 votes
1 answer
54 views

why does my Code not work JSONArray dataObject = (JSONArray) parse.parse(String.valueOf(informationString)); It always give me the Error Code java.lang.ClassCastException: class org.json.simple....
Simone's user avatar
  • 111
1 vote
1 answer
321 views

JSON { "abc": { "country": [ { "city": "JODHPUR" } ] } } JSONPath Configuration private static final Configuration ...
SRJ's user avatar
  • 2,956
-1 votes
1 answer
982 views

I have encountered a problem while trying to parse a JSON string in Unity. I wrote a API in C# ASP.NET to communicate with a database. When I try to parse the JSON string from my get request gives me ...
stevenWalters's user avatar
0 votes
1 answer
499 views

I have a problem with this RAW JSON generated from a script within a webpage of an ecommerce. I need to parse it and extract information about the product The same code works for other pages of the ...
Andrea's user avatar
  • 115
0 votes
1 answer
907 views

I am looking for a nuget package which could help me to parse a string to a logical condition in C#. I have a configuration file in json, where users can configure the logic as follows. "...
Harshani's user avatar
  • 679
0 votes
1 answer
19 views

I am creating JSON files using the parser frozen.h library. Everything works fine except when i try to parse arrays. This is my code: int installation_info_graphs(int roll_array[], int roll_len, int ...
Cesar Rodriguez Serrano's user avatar
0 votes
1 answer
108 views

Until now, I have been uploading my firebase database as follows: try { _firestore.collection('activity').doc(docID).set({ DateFormat('MM-dd-yyyy').format(dateTime): { ...
Pierre Louet's user avatar
3 votes
1 answer
5k views

I am trying to create columns in a SharePoint List from JSON using Power Automate flow. I managed to create a column with a "Send an HTTP request to SharePoint" manually using : { "...
Mano_Ala_1's user avatar
-1 votes
3 answers
92 views

I am using below code to parse json from API struct ResourceInfo: Decodable { let id: String let type: String // let department: String. -> Unable to get the value for department } ...
iOSAppDev's user avatar
  • 2,793
-1 votes
1 answer
2k views

Issue while parsing JSON into DTO. JSON response is : { "content": [ { "id": 350, "reg": "FA-2001", "Email": "abc@gmail....
vegeta's user avatar
  • 25
0 votes
0 answers
22 views

I have a json file and I need to parse it to the jsons seperatly. Here is the json: { "type": "FeatureCollection", "features": [ { "type": "Feature"...
Altan Halıgür's user avatar
0 votes
1 answer
521 views

I am trying to parse a JSON object with poco parser. I am running into a Poco::JSON::JSONException at xxx memory location. I don't understand, what am I supposed to do to get past this? Here is the ...
rawmud's user avatar
  • 80
0 votes
1 answer
618 views

I am new to rest assured. I have a response json as below. where I have multiple nested json in an array having details of spends on particular Merchant. I need to get the spend value of Netflix only. ...
Adil Raza's user avatar

1
2 3 4 5
13