43e4f23cea
Notation (JSON). The library serializes only immediately available fields by default, although it's fairly easy to add additional data such as collections through code or annotations. WWW: http://flexjson.sourceforge.net/ PR: ports/111934 Submitted by: Nemo Liu <nemoliu at gmail.com>
6 lines
303 B
Text
6 lines
303 B
Text
FlexJSON is a lightweight library to serialize objects out in Javascript Object
|
|
Notation (JSON). The library serializes only immediately available fields by
|
|
default, although it's fairly easy to add additional data such as collections
|
|
through code or annotations.
|
|
|
|
WWW: http://flexjson.sourceforge.net/
|