promotional bannermobile promotional banner

LibParse

Abandoned
Encodes and Decodes between Lua tables and JSON/CSV.
Back to Files

v1.5

File nameLibParse-v1.5.zip
Uploader
Sapu94Sapu94
Uploaded
Aug 15, 2014
Downloads
3.7K
Size
8.9 KB
Flavors
Retail
File ID
810213
Type
R
Release
Supported game versions
  • 4.3.4

What's new

v1.5

  • Bumped minor version number from 1 to 2.

v1.4

  • Fixed buffer overflow issues with encoding large amounts of data.

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.