| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| v2.0 | 2013-11-17 | ||
| v1.1 | 2011-01-10 | ||
| README.txt | 2010-12-22 | 1.6 kB | |
| abljson.1.0.tar.gz | 2010-12-17 | 18.1 kB | |
| Totals: 4 Items | 19.7 kB | 5 |
ablJSON - JSON parser for Progress ABL
Copyright (c) 2010-2011 Marian EDU
http://sourceforge.net/projects/abljson
http://www.ganimede.ro
DISCLAIMER
This software comes with ABSOLUTELY NO WARRANTY; for details see the file LICENSE.
Please report all problems or suggestions to the authors. Thanks.
BUGS
Please report all bugs immediately to the authors.
AUTHOR
Marian EDU <medu@ganimede.ro> <medu@users.sourceforge.net>
COPYRIGHT
Copyright (C) 2010 Marian EDU
This program may be used freely, and you are welcome to redistribute it
under certain conditions.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU LGPL
License Agreement for more details.
You should have received a copy of the GNU LGPL License Agreement along
with this program; see the file LICENSE. If not, visit the GNU home page
http://www.gnu.org/copyleft/lesser.html.
USE
This project is based on cJSON project (https://sourceforge.net/projects/cjson/),
an ultra-lightweight and portable JSON parser.
In order to use it on Windows the cJSON source code need to be adapted slightly,
the date/datetime support is not implemented in cJSON project but we can provide
a version that follows the Microsoft convention "/DATE(timestamp)/"
(http://msdn.microsoft.com/en-us/library/bb412170.aspx).