Skip to main content
1 vote
0 answers
63 views

I am trying to perform JSON Schema validation of below API response. I have two records retrieved in the response in which "paymentSummary" object is populated in 1st record and not ...
Gohila Mani's user avatar
0 votes
1 answer
2k views

I'm trying to use Microsoft Power Automate to extract the values for the property "name" from the JSON object shown below: {"sites": { "1": { &...
Alex Merson's user avatar
-2 votes
1 answer
36 views

Below is my nested object. editedFields { "TAX_INFORMATION": { "TAX VALUE INFORMATION": { "Improvement Value": "$812,57" } } } const ...
Code The World's user avatar
0 votes
0 answers
49 views

I have started to use typescript to try and build more consistent models which are requested and sent to my API endpoints. However, I am struggling with using these complex object types as models for ...
Qiuzman's user avatar
  • 1,873
0 votes
1 answer
41 views

// GET: NCR/CreateQualityRepresentative public async Task<IActionResult> CreateQualityRepresentative() { NCR genNCR = new NCR(); NCRNumber createNCRNumber ...
Iago Romao's user avatar
1 vote
2 answers
921 views

I'm using React 18, Ionic 7, Formik 2.4 and Yup 0.32. I have an object with a nested object export type Person = { name: string address: Address } The address objecdt is defined as export type ...
Dave's user avatar
  • 20.3k
0 votes
1 answer
93 views

I have a data structure like this: Proxy(Array) { 0: { id: 1, machineries_ID: 2, machinery: { id: 2, en_name: 'Digital MRI', pa_name: 'ډیجیټل ام ار ای', model_no: '2022', company_id: 1, ... } }, 1:...
Newbie's user avatar
  • 31
0 votes
1 answer
86 views

In React JS, I'm facing the issue that all model children are selected when i click the Brand. If I uncheck the Brand, all model children are going to hide. Help me to write a logic that Ex:- If I ...
Chit Resh's user avatar
0 votes
2 answers
115 views

I would like to be able to do this: >>> obj = Example('hi', 'hello') >>> obj.a 'hi' >>> obj.sub_obj.b 'hello' I try this but I get AttributeError: 'dict' object has no ...
Ooker's user avatar
  • 3,400
0 votes
1 answer
57 views

I am doing this todolist project, where I can create projects and inside each project I would have the ability to add tasks, now the solution I found was to create an array of task object inside of ...
molLbach's user avatar
0 votes
0 answers
70 views

Here is the MongoDB document that I want to update the serviceName first then add or update both for nested object of vehicle at the same time. Anyone can help to achieve this in C#? { "...
IndRishikesh's user avatar
0 votes
1 answer
384 views

Lets imagine we have the following state: const [sample,setSample] = useState({ key:{ value:'', otherValue:'' } }); Now we all know that if we use name=key on an input like ...
MrR3set's user avatar
  • 33
0 votes
2 answers
68 views

let obj = { name : "raj" , age : 23 , second : { name : "suraj" , location : "mumbai" } , third : { name : "arjun" , age : 34 , friend : ...
Nikhil Deora's user avatar
0 votes
1 answer
97 views

Data structure: The table has an PK 'id' and a jsonb column 'data'. The 'data' contains an array of objects 'instances'. Each 'instance' has some values and a 'path' array. The 'path' array is a flat ...
George Bagiryan's user avatar
0 votes
1 answer
79 views

I want to sort the data on the basis of the property activeSince but it is not sorted as expected. Here is the code that is being used to sort the data and the data is given as well. What are the ...
Muhammad Junaid's user avatar

15 30 50 per page
1
2 3 4 5
19