Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to read array objects those are not in Key/Value pair using JSONTUPLE #120

Open
GauravSagne opened this issue Feb 15, 2018 · 3 comments

Comments

@GauravSagne
Copy link

GauravSagne commented Feb 15, 2018

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

@GauravSagne
Copy link
Author

Hi @MikeRys , Can I seek you help in this please. Thanks Gaurav

@tayganr
Copy link

tayganr commented Feb 22, 2018

Hi Gaurav,

Can you post an example of the JSON document you are trying to parse accompanied by an example of the desired output?

@ChrisJr
Copy link

ChrisJr commented Aug 21, 2018

Hi Gaurav,

Have you been able to figure this out? I have a similar problem and I am curious what was your solution.

Thanks,
Cristian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants