-
-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
issue-type:enhancementNew feature or requestNew feature or requestlangIssue pertaining to Basilisp language modulesIssue pertaining to Basilisp language modules
Description
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
Labels
issue-type:enhancementNew feature or requestNew feature or requestlangIssue pertaining to Basilisp language modulesIssue pertaining to Basilisp language modules
Type
Projects
Status
Done