[fpc-pascal] A new design for a JSON Parser

Zamrony P. Juhara zamronypj at yahoo.com
Mon Aug 26 12:24:59 CEST 2019


Very cool library.
It would be nice if separator character can be change
For example, for me personally
aval := n.find('billTo.name'). value;
more intuitive instead of
aval := n.find('billTo/name'). value;

Also AFAIK, GPL v3 license will require application using this library must use GPL too.

Zamrony P. Juhara
Fano Framework https://fanoframework.github.io
 
 
  On Mon, Aug 26, 2019 at 15:12, Anthony Walter<sysrpl at gmail.com> wrote:   I know the FCL already has a capable JSON parser, but I am writing some Amazon web service interfacing projects and wanted a smaller easier to use JSON parser to assist. I've create a new design for a JSON parser that is pretty small, yet powerful.
If your interested, I've posted the code under GPLv3 and a write up of my thought process and the workflow of using an single small class to work with JSON:
https://www.getlazarus.org/json/

Any and all feedback is welcome._______________________________________________
fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20190826/418577cd/attachment-0001.html>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Untitled
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20190826/418577cd/attachment-0001.ksh>


More information about the fpc-pascal mailing list