# JsonLua **Repository Path**: kavcc/JsonLua ## Basic Information - **Project Name**: JsonLua - **Description**: No description available - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-09 - **Last Updated**: 2021-02-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JsonLua This is a JSON library for Lua.You can encode a Lua table to a JSON string or decode a JSON string to a Lua table.Lua version 5.3.1 or more is required.Read the main.lua to learn how to use it.