Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View ToyAuthor's full-sized avatar

ToyAuthor

  • Taiwan
View GitHub Profile
@ToyAuthor
ToyAuthor / json.lua
Last active November 12, 2015 12:42 — forked from tylerneylon/json.lua
Pure Lua json library.
-- This script is under Public Domain
-- Chinese comment by ToyAuthor
--[[ json.lua
A compact pure-Lua JSON library.
The main functions are: json.stringify, json.parse.
## json.stringify: