python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Spark parse nested json with variable json keys
I have below structure
root
|-- groups: array (nullable = true)
| |-- element: struct (containsNull = true)
| | |-- programs: struct (nullable = true)
| | | |-- **{ program id }*...
Dot Net Dev 19
Votes: 0
Answers: 1
How to find the tag Value in the dynamic JSON-Object with Java 8
I have JSON-object which has a dynamic key inside it. I need to get a specific value mapped to this dynamic Key.
For example: value "10.00" will be returned for the key "value" and...
jsp
Votes: 0
Answers: 2
How to obtain json schema from jsonpaths of all the required fields using java
Say the input is:
[{keyname: firstname, path:person.name.firstname,type:string},
{keyname:age, path:person.age,type:number}]
Then jsonschema should be generated from the json
{ person:{
name:{ first...
Tanya Bhandari
Votes: 0
Answers: 1
Json Decoded data unable to convert in string format
[ {
banner_image: banner5.jpeg
}, {
banner_image: banner4.jpeg
}, {
banner_image: banner3.jpeg
}, {
banner_image: banner2.jpeg
}, {
banner_image: banner1.jpeg
},
]
I ha...
Sharyu Magre
Votes: 0
Answers: 2