anhero / JsonBox

This is a JSON C++ library. It can write and read JSON files with ease and speed.
MIT License
115 stars 60 forks source link

Array.size() always returning zero. For loop? #6

Closed xxmicloxx closed 9 years ago

xxmicloxx commented 12 years ago

Well, Array.size() always returns zero. Can you fix that or provide me with a loop for every array entry?

madbranch commented 11 years ago

I cannot seem to reproduce the issue.

Could you give me a sample of code that causes the issue?

You can use iterators to iterate through every array item.