summaryrefslogtreecommitdiff
path: root/lib/zambyte
Commit message (Collapse)AuthorAge
* Reach feature parity with macduffie json libraryRobby Zambito2023-02-21
|
* Return the mutated object in Gauche.Robby Zambito2023-02-20
|
* Reach feature parity with SagittariusRobby Zambito2023-02-20
|
* Reach feature parity with GerbilRobby Zambito2023-02-18
|
* Fix errors in gauche implementationRobby Zambito2023-02-18
| | | | Fix typo in error message
* Reach feature parity with GaucheRobby Zambito2023-02-17
|
* Fix issue where json-object-set! could not be used for mutable record fieldsRobby Zambito2023-02-17
|
* Reach feature parity with Chibi for Guile implementationRobby Zambito2023-02-17
|
* Return the mutated objectRobby Zambito2023-02-17
|
* Edit error messagesRobby Zambito2023-02-17
|
* Finish basic json-record functionality.Robby Zambito2023-02-17
| | | | | | | | Can serialize and deserialize nested records correctly. Add json-object-map and json-list-map to facilitate recursively demoting records. Add json-object-set! to make the record mutators functional.
* Merge branch 'master' into json-recordsRobby Zambito2023-02-16
|\
| * Rename guile.scm to guile-json.scmRobby Zambito2023-02-16
| | | | | | | | This will avoid any potential conflicts from other zambyte/meta/guile.scm files.
| * Use include-from-path for including the Guile implementationRobby Zambito2023-02-16
| |
* | Allow non-record json objects to match record json objects predicate when ↵Robby Zambito2023-02-16
| | | | | | | | all the keys are provided.
* | Raise an error when trying to serialize a json record and a key is missing.Robby Zambito2023-02-16
| |
* | Add initial implementation of json-recordsRobby Zambito2023-02-16
|/ | | | These behave like normal records, but with an added procedure to convert from a JSON string.
* Add json DSLRobby Zambito2023-02-15
|
* Fix Gauche implementation of json-object-ref to reflect string->symbol change.Robby Zambito2023-02-14
| | | | Add tests to catch this error.
* Use assoc symbols for keys instead of strings for objects.Robby Zambito2023-02-14
| | | | Update the test suite to be more compatible with SRFI 64.
* Fixed issue in Gauche where object keys would never matchRobby Zambito2023-02-13
|
* Remove all references to srfi 2Robby Zambito2023-02-13
|
* Fix error where false values may act like a key was missing.Robby Zambito2023-02-12
| | | | Tried to be too clever. Was not clever.
* Add json-object-contains-key?, json-list-length, and json-key-not-found.Robby Zambito2023-02-12
| | | | Update README accordingly and with add examples.
* Initial commitRobby Zambito2023-02-12