dota17
|
c816de212b
|
modify the json_object, replace c_int64/c_uint64 with struct{union{int64, uint64},...}
|
2020-02-27 10:26:27 +08:00 |
|
dota17
|
3c3b5920f7
|
add uint64 data to json-c
|
2020-02-25 14:51:35 +08:00 |
|
Eric Haszlakiewicz
|
aedd36ac8b
|
Make sure to include the "*" on function pointer arguments to avoid a warnings from VS2015. See also PR#384.
|
2017-12-04 18:17:52 -05:00 |
|
Eric Haszlakiewicz
|
ecdc14f535
|
Add a json_c_visit() function to provide a way to iterate over a tree of json-c objects.
|
2016-10-29 15:01:20 -04:00 |
|