You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
asJson isn't defined for nil, false and true singletons
Io> true asJson
Exception: true does not respond to 'asJson'
---------
true asJson Command Line
Io> false asJson
Exception: false does not respond to 'asJson'
---------
false asJson Command Line
Io> nil asJson
Exception: nil does not respond to 'asJson'
---------
nil asJson Command Line
I suggest moving all the JSON related functionality from core to the JSON addon,
since it really isn't needed all the time.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: