# lua-rapidjson **Repository Path**: gp.coder/lua-rapidjson ## Basic Information - **Project Name**: lua-rapidjson - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-11 - **Last Updated**: 2025-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lua-rapidjson wrap rapidjson for lua ###json null value : rapidjson.null ##api: ##rapidjson.decode(js) DESCRIPTION json string to lua table,js is json string RETURN VALUE
On success, return a lua table. On error, nil is returned ##rapidjson.encode(t) DESCRIPTION lua table to json string RETURN VALUE On success, return a json string. On error, nil is returned