Yo Hal!

On Mon, 17 Oct 2016 03:22:42 -0700
Hal Murray <hmur...@megapathdsl.net> wrote:

> Is there a good library/package to do the parsing?  Do we want to add
> another library to the list of requirements?

In PHP it is built in.  Reading or writing JSON is a one line function call.

To write, you just take a nested object and tell PHP to write it as
JSON.  To read, PHP creates a nested object to clearly and cleanly
represent the input.

And it is well documented:

http://php.net/manual/en/book.json.php

RGDS
GARY
---------------------------------------------------------------------------
Gary E. Miller Rellim 109 NW Wilmington Ave., Suite E, Bend, OR 97703
        g...@rellim.com  Tel:+1 541 382 8588

Attachment: pgpgYhs9xQhmv.pgp
Description: OpenPGP digital signature

_______________________________________________
devel mailing list
devel@ntpsec.org
http://lists.ntpsec.org/mailman/listinfo/devel

Reply via email to