Skip to content

(schemepunk json) representations #3

@johnwcowan

Description

@johnwcowan

I suggest the following internal representations for read-json and write-json: Represent JSON true and false with Scheme true and false (i.e. #t and #f) rather than with symbols.

I also suggest the following single-valued internal representations for events: null, boolean value, numeric value, string value, array-start, array-end, object-start, object-end. Keys are represented as strings and are identified as such by their positions. An alternative representation scheme is #\-, boolean value, numeric value, string value, #\[, #\], #\{, #\}; keys are represented as symbols.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions