Eric Haszlakiewicz
d6d81e6ece
Adjust the description of json_object_iterator a bit.
2017-12-05 18:43:18 -05:00
Eric Haszlakiewicz
595891729e
Issue #236 : Add -Wcast-qual and fix casts to retain constness.
...
To better distinguish between entry->k and entry->v being const within linkhash, but non-const outside, add lh_entry_v() and lh_entry_k() accessors.
Make lh_entry->k const.
2016-06-11 18:19:39 +00:00
Eric Haszlakiewicz
4e000a65e6
Since we already use a local json_bool type, replace any stdbool.h usage with
...
that, since not all environments actually have a stdbool.h to use.
2012-04-24 21:54:07 -05:00
Keith Derrick
ded667a612
Clean up documentation and correct sample code
2012-04-23 15:34:44 -07:00
Keith Derrick
bcfd1f57ac
Add alternative iterator implementation
2012-04-12 11:51:23 -07:00