Reputation: 21
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