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
You can see the strategyObjectListsDetail property literally having the value of {}. I wonder if that's ok, because it feels more correct to have it as an empty value like:
strategyObjectListsDetail:
Thanks,
Sergei.
The text was updated successfully, but these errors were encountered:
Hi,
I'm converting JSON to YAML, input looks like the following:
JSON.parse()
creates an object with propertystrategyObjectListsDetail
as an object without any properties.The following js-yaml
dump()
produces output:You can see the
strategyObjectListsDetail
property literally having the value of{}
. I wonder if that's ok, because it feels more correct to have it as an empty value like:Thanks,
Sergei.
The text was updated successfully, but these errors were encountered: