Null is part of the JSON specification. However, keys can only be strings, not objects.
JSON.generate({nil => nil}) # '{"": null}'
2 Likes
Null is part of the JSON specification. However, keys can only be strings, not objects.
JSON.generate({nil => nil}) # '{"": null}'