Closed katsaii closed 1 year ago
3.0.0-beta3
Right now, pointer_null is never handled as an optional case. This is a problem because the JSON functions will convert null into pointer_null instead of undefined.
pointer_null
null
undefined
What version of Catspeak are you using?
3.0.0-beta3
What happened?
Right now,
pointer_null
is never handled as an optional case. This is a problem because the JSON functions will convertnull
intopointer_null
instead ofundefined
.