guile-json icon indicating copy to clipboard operation
guile-json copied to clipboard

JSON module for Guile

Results 2 guile-json issues
Sort by recently updated
recently updated
newest added

I [recently](https://issues.guix.gnu.org/55030#38) wrote something like the following buggy code: ```scheme (define-json-mapping make-project-info project-info? json->project-info (license project-info-license (lambda (x) (if (string? x) (spdx-string->license x) #f)))) ``` and was confused to find...

enhancement

Hi Aleix. Thank you for this solid library I use daily. It's kind of painful when a JSON type with a nested record type needs to implement some value conversion....

enhancement