Here, I have nested array object categories which have nested array objectproduct. product contains name, price, discount, unitsold properties with images array
I am trying to parse a machine/software generated file type into a JSON file type for easy analysis with other software and other Python scripts. The file is st
I've two objects objclient and objserver of the same type Object,(i.e. Dog, Cat..) when I receive objclient in my endpoint I need to replace its attributes with
Returns Json format data to me from an api. However, the type of the "FuelType" property inside the object may be different. For example, 1 time comes as follow
Envorionment: windows 10, python: 3.9, ttp: 0.8.4 I'm having a problem with ORPHRASE in the TTP template, and if there's consecutive blank-space characters in t
I encountered a problem which is very challenging to my Angular level. Could you give a help please? In Spring Data REST the entity Worker has a @OneToMany bidi
I need to convert a Tree with the following class structure: Class Tree: def __init__(self, data): self.data = data s
Given the following JSON structure, I'm struggling to find correct format to write the keys and values for 'users" to separate relational columns: Key Values fo
I am extracting BTC history data from a website and want to store these results. I want to run this in a function and then use map because it's much faster than
I have an excel file with the below column name as variantID and corresponding elements. I want the final output as {"filters":[{"tags":[{"k":201,"v":"201"},{"k
As contributor to WUnderground not a problem to read via API-call the JSON-outputfile with Today's values for my station. That JSON-file has a series of numbere
I get this JSONObject response from an API { "meta": { "code": 200 }, "data": { "tracking": { "id": "lk46hwgbadfqcl2fyacyw00q", "c
I am trying to pull data from an API from https://app.scrapingant.com/ using Google Apps Script. The documentation is here: https://docs.scrapingant.com/request
I'd like to have tooling to perform certain validations on JSON. Explanation with examples: Given JSON fragment: { "optionsMinValue": 0 "optionsMaxValue
I am trying to insert following JSON document into T-SQL: { "GLDETAIL": { "RECORDNO": "264378-1756289-919567--accrual", "BATCH_DATE": "02/01/2
I am a very inexperienced programmer with no formal education. Details will be extremely helpful in any responses. I have made several basic python scripts to c
I'm trying to expand a dataframe column of dictionaries into it's own dataframe/other columns. I have already tried using json_normalize, iteration, and list c
I expose the problem quickly: I have to create 3 classes. X Y and Z, inside X y and z are initialized as variables of class x but not as objects Y and Z. What i
I have data saved in a postgreSQL database. I am querying this data using Python2.7 and turning it into a Pandas DataFrame. However, the last column of this dat
I want to iterate over an object in Javascript and create a CSV file from its internal objects. const list = { "right": { "label": "Right",