Releases: hjson/hjson-lua
Releases · hjson/hjson-lua
0.1.4
improved function definitions
0.1.2
allowed one way encoding of non json types with invalidObjectsAsType
these types will be encoded as string in format __lua_<type>
e.g. __lua_function
0.1.0
added encode forward to to_json if indent is set to 0
added Usage