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
hs.json.encode can currently only encode tables - it would be nice to have this extended to support all other JSON types - booleans, numbers, strings, null.
hs.json.encode
can currently only encode tables - it would be nice to have this extended to support all other JSON types - booleans, numbers, strings, null.NSJSONSerialization
can write non-array/non-dictionary objects withNSJSONWritingFragmentsAllowed
: https://developer.apple.com/documentation/foundation/nsjsonwritingoptions/nsjsonwritingfragmentsallowedThe text was updated successfully, but these errors were encountered: