0cguboss
Customer
- Регистрация
- 7 Июн 2025
- Сообщения
- 17
- Тема Автор
- #1
0cguboss submitted a new item:
Lightweight json library - json
Read more...
Lightweight json library - json
lightweight and efficient library for encoding Lua values into JSON strings and decoding JSON strings back into Lua data structures. It supports standard Lua types such as tables, numbers, strings, booleans, and nil
- Encoding Lua → JSON
Converts Lua values to JSON format, handling tables (as arrays or objects), strings with proper escaping, numbers, booleans, and a special json.null value representing JSON null.- Decoding...
Read more...