summaryrefslogtreecommitdiff
path: root/lib/zambyte/meta/gauche.scm
Commit message (Collapse)AuthorAge
* Use internal record to store JSON record data.Robby Zambito2023-06-11
|
* Mutating an empty object should return a new object if it cannot be mutated.Robby Zambito2023-02-21
|
* Return the mutated object in Gauche.Robby Zambito2023-02-20
|
* Fix errors in gauche implementationRobby Zambito2023-02-18
| | | | Fix typo in error message
* Reach feature parity with GaucheRobby Zambito2023-02-17
|
* 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
|
* 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