jgarzik / univalue

High performance RAII C++ JSON library and universal value object class
MIT License
55 stars 77 forks source link

No way to check if key exists in array #51

Closed alexiicon closed 6 years ago

jgarzik commented 6 years ago

Arrays don't have keys, only values.

Iterate through the array to find a value.