fix
authorycqiu <429148848@qq.com>
Tue, 6 Oct 2015 08:46:19 +0000 (16:46 +0800)
committerChristopher Dunn <cdunn2001@gmail.com>
Sat, 10 Oct 2015 22:17:20 +0000 (17:17 -0500)
commitc8a8cfcd4b09ee762a129478f75d3f95f50265c9
tree7753735034c4af7c05cbee2aeb8be327de9c759b
parent4994c77d097c661888f9d1a780a36b1b0e9276d0
fix

In value.h, ValueConstIterator can convert to ValueIterator, I think that is a bug. the correct way is ValueIterator can convert to ValueConstIterator.
include/json/value.h
src/lib_json/json_valueiterator.inl
src/test_lib_json/main.cpp