9 lines
252 B
Plaintext
9 lines
252 B
Plaintext
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. |