-
Notifications
You must be signed in to change notification settings - Fork 311
[IoVM] asJson problems #27
Copy link
Copy link
Closed
Labels
bugSomething isn't working as intendedSomething isn't working as intendedgood first issueApproachable for new contributorsApproachable for new contributorsstdlibIo-level standard libraryIo-level standard library
Metadata
Metadata
Assignees
Labels
bugSomething isn't working as intendedSomething isn't working as intendedgood first issueApproachable for new contributorsApproachable for new contributorsstdlibIo-level standard libraryIo-level standard library
asJson isn't defined for nil, false and true singletons
Io> true asJson
I suggest moving all the JSON related functionality from core to the JSON addon,
since it really isn't needed all the time.