Hemant Zope
Hemant Zope

Reputation: 21

Getting key of json object in C using YAJL

I am trying to get the key for an object in yajl in C

{
"Val":"box"
}

so for above code, I am trying to get the key 'Val'. But so far I am not able to find any way to do so. I know how to get the keys from the array but not from the object.

Any help is appreciated!

Upvotes: 2

Views: 75

Answers (0)

Related Questions