LibParse

Abandoned
Encodes and Decodes between Lua tables and JSON/CSV.

File Details

v1.3

  • R
  • Dec 22, 2013
  • 8.81 KB
  • 1.0K
  • 4.3.4
  • Retail

File Name

LibParse-v1.3.zip

Supported Versions

  • 4.3.4

v1.3

  • Implemented custom string split function to avoid stack overflows.
  • Fixed bug in JSONWriter where consecutive JSONEncode calls were sharing buffers.

v1.2

  • Anything that can be converted to a number will be by CSVDecode.

v1.1

  • Added CSV support.