JSONNode::(const_)iterator is not standard compilant
Brought to you by:
ninja9578
JSONNode iterators look like STL iterators at first sight but aren't really usable in generic code. Following member typedef's are missing: iterator_categry, value_type, difference_type, pointer and reference
I can confirm that, functions like "for_each" or "transform" from the Standard Library are not usable.
I am working with Microsoft's Visual Studio 2010.