Skip to main content
0 votes
0 answers
51 views

im actually working with QT 5, using QJsonDocument, I need to save correctly formatted double into my Json Document, i tried several ways to format correctly, this is the way I ended using : ...
OpperDev's user avatar
2 votes
1 answer
72 views

I migrated from spring boot 3 to spring boot 4 and I have an issue with the JSON created by Jackson. The response is like this: public class MyResponse { private List<MyData> data; ...
phildeg31's user avatar
  • 411
Advice
0 votes
3 replies
65 views

Just started learning JSON with C# and i was wondering how many objects you could nestle into another object? My best guess would be 255. Also, is this a common practice in actual websites? I have not ...
Cary Sayer's user avatar
1 vote
1 answer
58 views

I am trying to fetch JSON data from an HTTP API and convert it into an in‑memory table in DolphinDB. The JSON response is an array of objects, and I want to store it as a table where each object ...
Gerard Kane's user avatar
0 votes
1 answer
64 views

I’m working with WSO2 Micro Integrator and exposing a PATCH API that receives a base64 document in JSON payload, then forwards it to a backend service. <resource methods="PATCH" uri-...
Mohamed Assedmer's user avatar
0 votes
1 answer
86 views

I have a JSON file with geo coordinates and some features like this: { "type": "FeatureCollection", "features": [ { "type": "Feature", ...
Lode's user avatar
  • 5
-3 votes
0 answers
66 views

## Problem I'm calling LLM models via OpenRouter (works the same with OpenAI's API) from an Express server, asking for structured JSON responses. When the model's output exceeds `max_tokens`, the ...
Intruvurt's user avatar
Best practices
1 vote
12 replies
259 views

I am writing a bash script, for educational purposes. So I was thinking what is the best way to parse JSON and write the JSON attributes to bash variables. In my script, I am making an API call that ...
Damien Lazovsky's user avatar
Advice
1 vote
5 replies
75 views

I'm a newbie and I have used JS in my API integrations and most of the the things on my website. I am curious if people can manipulate the packages and find out my API keys/secrets. I have SMS API, ...
Ahmet Talha Çelik's user avatar
Advice
0 votes
1 replies
110 views

I'm trying to save a pandas.DataFrame object to disk, as a JSON. The slight complication is that I need to store some additional data alongside it. So my intended JSON would be { "...
jonnybolton16's user avatar
2 votes
2 answers
142 views

I am learning to process what i consider a complex json structure and am trying to load this into a dataframe. I want a single record for each outcome id. Here is the sample json structure { &...
D Chase's user avatar
  • 173
1 vote
1 answer
94 views

I'm developing an Android Studio app which talks to a server running Django. I'm in the process of implementing the login process on the phone, however the server always returns 403 Forbidden to my ...
user32522523's user avatar
0 votes
1 answer
99 views

When sending a POST on Robot Framework I got this error: Message: There was an error deserializing the object of type ContentDirect.CoreService.Contract.Message.SubscriberManagement....
Jaime Junior's user avatar
Best practices
1 vote
5 replies
116 views

I have a code in python, multiple files. Is it better to merge them into a file? Is it better to split class and non-class code? And if I do have them in one file with global variables, how to deal ...
Ondřej Michálek's user avatar
-4 votes
0 answers
52 views

I need my JSON output to show the "idTransanction" and "details" fields first for logging purposes. Currently, Jackson alphabeticalizes them or follows a random order. Is there an ...
OSCAR GUILLERMO SANDOVAL GARCI's user avatar

15 30 50 per page
1
2 3 4 5
24034