Skip to main content

All Questions

Tagged with or
0 votes
1 answer
59 views

I have a JSON file with geo coordinates and some features like this: { "type": "FeatureCollection", "features": [ { "type": "Feature", ...
Lode's user avatar
  • 5
-2 votes
0 answers
49 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
7 replies
116 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
-1 votes
0 answers
46 views

Call Title.Text = license.ExtendedJsonData; {"productAddOns":\[\],"productId":"9NHRDTMXFVHV","skuId":"0010","isActive":true,"isTrial&...
Naweed Ashraf's user avatar
Advice
1 vote
5 replies
74 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
100 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
1 vote
2 answers
136 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
  • 163
1 vote
1 answer
84 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
95 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
Advice
0 votes
9 replies
100 views

I have tried to make a a function get_statistics to make a dictionary of the JSON persistence. I started doing it manually, but it wants me to do it automatically. Currently stuck making my code of ...
Karina Soltanian's user avatar
3 votes
0 answers
90 views

I'm having problems receiving a JSON response from a REST endpoint using Retrofit. Some of the requests return JSON with a bunch of null characters and escaped double quotes. Pasted from Android ...
Miguel Vidal's user avatar
Best practices
0 votes
3 replies
109 views

https://mtgjson.com/ I am currently building program for MTG, Magic the Gathering that is used for Cube Building. I have been using API calls to Scryfall ( scryfall.com ). This has been working so far ...
erotski's user avatar
-4 votes
0 answers
46 views

import os import json import logging from pathlib import Path from dotenv import load_dotenv from newsdataapi import NewsDataApiClient logger = logging.getLogger(__name__) logger.setLevel(logging....
Vikash K's user avatar

15 30 50 per page
1
2 3 4 5
24036