forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
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/
|