Unable to read array objects those are not in Key/Value pair using JSONTUPLE
Open
- Dominant language
- C#
- Stars
- 231
- Forks
- 666
- PR merge metrics
- No merged PRs in 30d
Description
Hi Team,
Could someone share the knowledge on how to read array object having values in it using Newtonsoft.Json assembly. As I understood, JsonTuple creates Key/Value pairs from the array and doeesn't work on array objects with values only. Ex.
[
"Name" : "",
"Skills" : ["Java",".Net"]
]
In nutshell, JsonTuple () has capabilities to create SQL.MAP only.
Please suggest how read the array 'Skills' to explode the array elements.
Thanks
Gaurav
Contributor guide
Assessment
This issue has not been assessed yet.