Skip to content

Add builtin basilisp.json JSON serializer/deserializer #484

@chrisrink10

Description

@chrisrink10

Python's builtin json module does not have sufficient hooks to generate Basilisp data structures directly during deserialization and serialization fails due to the recursive nature of Basilisp data structures (which are not well supported with the default method).

I think it would be useful to ship a default JSON encoder/decoder with Basilisp.

Metadata

Metadata

Assignees

No one assigned

    Labels

    issue-type:enhancementNew feature or requestlangIssue pertaining to Basilisp language modules

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions