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
When encoding an empty string, Yams should add empty single quotes to indicate an empty string. It currently just prints the empty string which in the resulting YAML is actually the encoding of an empty JSON object.
Current behavior:
string_thing:
Desired behavior:
string_thing: ''
The text was updated successfully, but these errors were encountered:
When encoding an empty string, Yams should add empty single quotes to indicate an empty string. It currently just prints the empty string which in the resulting YAML is actually the encoding of an empty JSON object.
Current behavior:
string_thing:
Desired behavior:
The text was updated successfully, but these errors were encountered: