Skip to main content
2 votes
0 answers
23 views

In Groovy 4.x it was possible to escape the 'properties' keyword when using JsonSlurper using getAt('properties') like below: import groovy.json.JsonSlurper def json = new JsonSlurper().parseText(&...
Johan's user avatar
  • 41.2k
Best practices
0 votes
1 replies
23 views

My client has requested that I provide a response from my API that looks like the following: { "entity_type": "company", "registered_date": "2020-01-01",...
EMN's user avatar
  • 161
0 votes
0 answers
13 views

I'm using Spring MVC and I would like to control the deserialization of Date objects in RequestBody. I saw I can set a custom JsonDeserializer in the input object, but I would like to set a global ...
Tobia's user avatar
  • 9,595
1 vote
3 answers
56 views

Situation I have two tables. ing_master is a master list of ingredients; pdet is a product table, with an ingredients field formatted as json array. For each product's ingredient list in pdet, I want ...
Kade's user avatar
  • 13
-7 votes
0 answers
46 views

I’m trying to convert PDF’s into json files (using docling in python). The problem is I’m very inexperienced with json files. Whenever I try to transform the json files, there are too many nested ...
user29643111's user avatar
0 votes
1 answer
23 views

AWS documentation for querying Redshift's super is very much all in on supers that are arrays. But, I happen to want a super that is a map, as I'm sure a number of people do, and I would like to then ...
dlamblin's user avatar
  • 45.6k
0 votes
0 answers
54 views

I am trying to figure out if there is a way to send a JSON object to a BigQuery table that has a column of type JSON. I know the current practice is to stringify the JSON and send it over which gets ...
Antares's user avatar
  • 100
Advice
0 votes
2 replies
63 views

I'm trying to do a polymorphic deserialization using System.Text.Json in net-8.0. Here is my schema. [JsonPolymorphic(TypeDiscriminatorPropertyName = "type")] [JsonDerivedType(typeof(Manager)...
fingers10's user avatar
  • 8,449
-2 votes
1 answer
45 views

I'm trying to access specific values from a JSON response in Python, but I keep getting the error message: TypeError: list indices must be integers or slices, not str I understand it has something ...
Akash D's user avatar
  • 21
0 votes
0 answers
27 views

When I run the cell below, and there is no file with the same name as filename, it executes perfectly. But on subsequent runs, if there exists a file with the same name, the kernel gets busy and ...
Shubham Patel's user avatar
Advice
0 votes
0 replies
24 views

Just came across a task and had to do some digging to find the answer: How to export Azure Synapse artifacts, more specifically pipelines, conserving their folder hierarchy, when Git integration is ...
Julio Turim's user avatar
0 votes
0 answers
23 views

I'm trying to migrate from the deprecated files.upload API to the new Slack upload flow using files.getUploadURLExternal. According to the documentation, the request should include a filename and ...
GM_1's user avatar
  • 75
1 vote
1 answer
80 views

I'm trying to store API output into CSV/db and can not figure out how I can make for those Key in "tierList". One row in my case should be on bin and I need key as a columns in my output. Is ...
user1982778's user avatar
-5 votes
1 answer
87 views

I want to create an asynchronuous OpenAPI interface. Async jobs return a 202 and a location header to query later. This is my OpenAPI document: --- components: headers: JobLocation: ...
Marc0's user avatar
  • 23
-2 votes
0 answers
43 views

This is probably a dumb question, and I probably put in the wrong question type on accident, but what delimiter do you use when you need to stop at the end of a json file, but not whitespaces using ...
Ayam Cemani Chicken's user avatar

15 30 50 per page
1
2 3 4 5
24055