
Contributor II
2022-05-02
05:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
using Json structure in twritejsonfield,im facing issue plz help me to create curly brackets{object} inside the square brackets[Array]
output:- {"id":"ssssssss","t1":true,"t2":"AA","t3":[],"t4":[],"t5":null,
"Values":{"s1":["HYD",null,"kggggkgh"],"s2":{"a1":"HYD","a2":null,"s2":"hlkjfgfh"}}}
Expected output:-
"id": "ssssssss",
"t1": true,
"t2": "AC",
"t3": [],
"t4": [],
"t5": null,
"values": {
"s1": [
{ <-----------------------this two brackets needed
"A1": "Hyd",
"A2": null,
"s1": "kggggkgh"
}
],
"s2": [
{
"a1": "hyd",
"a2": null,
"s2": "hlkjfgfh"
}}
273 Views
1 Reply

Contributor
2022-05-12
05:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thankful for the little by little useful exercise. Has conclusively the ordinary impact!
273 Views
