miney-py / mineysocket

A network api for minetest
GNU Lesser General Public License v3.0
14 stars 9 forks source link

Remove cjson dependency #6

Open eichkat3r opened 2 years ago

eichkat3r commented 2 years ago

mineysocket depends on lua-cjson. However, minetest has an integrated JSON API accessible through minetest.write_json and minetest.parse_json.

This PR replaces the respective method calls and removes all references to lua-csjon from README.