2

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!

Jimmy
  • 864
  • 13
  • 24
  • Have you found a solution to your problem yet? – Jimmy Mar 16 '21 at 09:43
  • I haven't found a solution. I switched the library from YAJL to CJSON as the requirements for my project changed. But with both libraries, I had to assume the keys were pre-defined. – Hemant Zope Mar 17 '21 at 10:12

0 Answers0