361,022 questions
0
votes
0
answers
65
views
FOR XML PATH serialization of float
We have a bunch of stuff we used to serialize with FOR XML PATH and then fed to Newtonsoft to convert to JSON (because that's how we did it back in 2010). We'd save the JSON that we sent to other ...
0
votes
0
answers
27
views
mapping a pojo to jsonb column in postgres using wildfly+hibernate/JPA
I have a table with a jsonb column.
I would like to map that jsonb column to a pojo. seems like an easy job...
for some reason I am stuck on this for a few days.
I cant get my pojo to map to a jsonb, ...
-1
votes
2
answers
74
views
How to deserialize JSON object with nesting [closed]
I am trying to deserialize a JSON object:
{
"columns":"1",
"ctrl":{
"height":"24",
"offcolour":"#ff000000",...
-7
votes
0
answers
48
views
Why am I getting an exception after creating a JSON object and attempting to pass it to a save method? [closed]
Code snippet:
const saveData = function (callback) {
app.ajax.postJsonAsync(
'err/details/save',
getErrRef(),
true,
function (data, textStatus, jqXhr) {
app.ajax.handleResponse(...
0
votes
1
answer
23
views
How do I decode Jupiter V6 swap instruction data?
So I am trying to decode Jupiter V6 instruction data just like websites like solscan.io do, to see the input token amount, output token amount, mints and such. I've tried to reverse engineer it, every ...
0
votes
2
answers
61
views
Converting JSON from API call to C# classes and pass between Blazor components
First time working with JSON in C#. I'm building a Blazor app using Amadeus API data (flights search) and I cannot seem to be able to use the JSON object in a Blazor component.
The error I'm getting:
...
0
votes
0
answers
38
views
Geocoding NZ Addresses to NZTM, getting Bad Request errors
I need to write a simple script (preferably in Python) that can take a single New Zealand street address (e.g., "28 Stanley Street, Parnell") and programmatically return its precise ...
-3
votes
1
answer
26
views
Can open /storage/emulated/0/Download/takeout- [closed]
Can open /storage/emulated/0/Download/takeout-20250711T062040Z-3-007 (1) (1)/Takeout/Google Photos/Photos from 2025/lv_7431411319611559173_20250416141926.mp4.supp.json
£I think sometimes is spying on ...
-3
votes
1
answer
76
views
How do I display JSON data in HTML? [closed]
This is my first time using an API. I have the following JavaSript code that I found from a tutorial but I'm not sure how to display it in HTML. I'm trying to access the Weatherbit Current Weather API....
0
votes
1
answer
54
views
ASP.NET Core 8 - Configuration.GetConnectionString() returns null despite appsettings.json setup
I'm working on an ASP.NET Core 8 Web API project using Entity Framework Core. I've added my connection string to appsettings.json, but when I try to retrieve it using
Configuration.GetConnectionString(...
-1
votes
0
answers
73
views
Deserialise null value into primitive long
I have some JSON as seen below which needs to be deserialised into an object, I am using Java 8 with Jackson's JsonNode & ObjectMapper.
{"id":null}
Which needs to be deserialised into ...
-2
votes
0
answers
84
views
python typing from a json get operation [closed]
In my case I have JSON object that I load from a file, within the file I have any number of list, and dicts. Python typing does not seem to like this, or should I say PyLance.
As an example:
# ...
0
votes
0
answers
16
views
How to keep Chrome Extension popup open during Google login with launchWebAuthFlow?
I'm using chrome.identity.launchWebAuthFlow() in my Chrome Extension popup to log in users with Google (via Supabase).
Project created in React
enter image description here
The problem is: when i ...
0
votes
2
answers
95
views
How do I handle child objects properly with jq map()
I'm currently trying to build a pipeline to process Windows .evtx binary logs into usable JSON for easy searching and filtering on Linux, but due to going through xml, there is data that needs to be ...
-3
votes
0
answers
24
views
Dynatrace Query - Extraction of fileds from Dynatrace that contains Json [closed]
data record(content="[INFO][WORKDAY][DYNATRACE] 2025-07-11 17:00:10.696 Integration_Activity_API_response {'Report_Entry': [{'Status': 'Completed', 'Messages_group': [{'Message_Text': 'Input file ...