Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow using hs.json.encode on non-table types #3729

Open
SilverEzhik opened this issue Dec 16, 2024 · 0 comments
Open

Allow using hs.json.encode on non-table types #3729

SilverEzhik opened this issue Dec 16, 2024 · 0 comments

Comments

@SilverEzhik
Copy link

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 with NSJSONWritingFragmentsAllowed: https://developer.apple.com/documentation/foundation/nsjsonwritingoptions/nsjsonwritingfragmentsallowed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant