summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Do not use and-let* in tests.Robby Zambito2023-02-18
* Reach feature parity with GerbilRobby Zambito2023-02-18
* Fix errors in gauche implementationRobby Zambito2023-02-18
* 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
* Add a test to make sure that specialize string to record raises an error when...Robby Zambito2023-02-17
* Add lots of tests for new featuresRobby Zambito2023-02-17
* Finish basic json-record functionality.Robby Zambito2023-02-17
* Merge branch 'master' into json-recordsRobby Zambito2023-02-16
|\
| * Rename guile.scm to guile-json.scmRobby Zambito2023-02-16
| * Use include-from-path for including the Guile implementationRobby Zambito2023-02-16
* | Allow non-record json objects to match record json objects predicate when all...Robby Zambito2023-02-16
* | 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
|/
* Add json DSLRobby Zambito2023-02-15
* Fix Gauche implementation of json-object-ref to reflect string->symbol change.Robby Zambito2023-02-14
* Update README to reflect previous change to the APIRobby Zambito2023-02-14
* Use assoc symbols for keys instead of strings for objects.Robby Zambito2023-02-14
* Add some testsRobby Zambito2023-02-13
* Use SRFI for case-receive instead of my own implementationRobby Zambito2023-02-13
* Fixed issue in Gauche where object keys would never matchRobby Zambito2023-02-13
* Remove all references to srfi 2Robby Zambito2023-02-13
* Make package.sh more readableRobby Zambito2023-02-12
* Fix error where false values may act like a key was missing.Robby Zambito2023-02-12
* Add script to generate a snowballRobby Zambito2023-02-12
* Add licenseRobby Zambito2023-02-12
* Add json-object-contains-key?, json-list-length, and json-key-not-found.Robby Zambito2023-02-12
* Initial commitRobby Zambito2023-02-12