You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: