-
Notifications
You must be signed in to change notification settings - Fork 284
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
Json.undefined serializes to invalid Json #1735
Comments
|
|
@thaven except |
@dcousens One may argue if two non-existing 'things' should be considered equal... ;-) That is probably why the type of the Json object is being compared to |
@thaven in JS, |
This is related to: #1442
auto json = Json(); writeln(json.serializeToPrettyJson);
Json should allways serialize to a valid Json I think. So probably to
null
in this case?The text was updated successfully, but these errors were encountered: