octave-patch-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-patch-tracker] [patch #9980] JSON encoder and decoder, alternati


From: anonymous
Subject: [Octave-patch-tracker] [patch #9980] JSON encoder and decoder, alternative to object2json
Date: Thu, 15 Oct 2020 14:04:44 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:81.0) Gecko/20100101 Firefox/81.0

URL:
  <https://savannah.gnu.org/patch/?9980>

                 Summary: JSON encoder and decoder, alternative to object2json
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu 15 Oct 2020 06:04:42 PM UTC
                Category: Forge : new function
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: kmpatel@roc-photonics.com
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Here (toJSON.m) is an alternative to object2json.m, along with a matching json
parser (fromJSON.m).  It's faster, isn't constrained by numeric class, and
conditions Inf, NaN, and NA for error-free parsing on receiving end.    It
handles ND arrays better as well.

On documentation, I tried but am having trouble with formatting the layout.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 15 Oct 2020 06:04:42 PM UTC  Name: toJSON.m  Size: 9KiB   By: None

<http://savannah.gnu.org/patch/download.php?file_id=49987>
-------------------------------------------------------
Date: Thu 15 Oct 2020 06:04:42 PM UTC  Name: fromJSON.m  Size: 11KiB   By:
None

<http://savannah.gnu.org/patch/download.php?file_id=49988>

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/patch/?9980>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]