Update JsonCPP to 1.8.3 (#6466)
authorLoïc Blot <nerzhul@users.noreply.github.com>
Tue, 26 Sep 2017 18:30:14 +0000 (20:30 +0200)
committerGitHub <noreply@github.com>
Tue, 26 Sep 2017 18:30:14 +0000 (20:30 +0200)
commit50423d8c729ee133035e3bb1e244bfbd1bdc0ef0
tree4605bc80aed2d0f729047697b23e709ade2510e5
parentf7e57a0d20879e1d1956e36d782a3ab98aa84e38
Update JsonCPP to 1.8.3 (#6466)

* Update JsonCPP to 1.8.3

* Fix deprecated functions

Json::FastWriter, Json::StyledWriter and Json::Reader are marked deprecated since 1.1 and are deprecated in 0.8 but not shown at compilation time.

Use new methods to serialize/deserialize
lib/jsoncpp/json/UPDATING
lib/jsoncpp/json/json-forwards.h [new file with mode: 0644]
lib/jsoncpp/json/json.h
lib/jsoncpp/jsoncpp.cpp
src/convert_json.cpp
src/convert_json.h
src/mods.cpp
src/remoteplayer.cpp
src/script/lua_api/l_util.cpp
src/serverlist.cpp