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

Regarding Generic parser implementation #1624

Open
vjain641 opened this issue Dec 16, 2019 · 0 comments
Open

Regarding Generic parser implementation #1624

vjain641 opened this issue Dec 16, 2019 · 0 comments

Comments

@vjain641
Copy link

Hi,

I want to implement a generic rest parser.
I was going through the rapidjson library & found it very useful.
My requirement is to parse a really big complex json file & extract the values provided as the arguments in c++. Lets say following is an excerpt from my json file :

{
"states": {
"entry": [
{
"key": "ENTITY",
"value": {
"barring": false,
"id": "DefaultDeviceLifeCycle_Active",
"initial": true,
"name": "Active",
"final": false }
}
]
}
}

Parameters like states:entry:value:id would be provided & I want to return the value of id tag.

Can you please provide some pointers on it that how can it be implemented??

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

1 participant