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
I just want a simple function to output a Json file. stdlib.html told me there are either std.manifestJsonEx or std.manifestJsonMinified for me to choose. But you really have to look at std.manifestYamlDoc to know that there is actually a 3rd std.manifestJson function, which doesn't need any additional parameters, and prints in nice formatting.
Also the explanation of std.manifestJsonMinified is broken, which reads Under the covers, it calls std.manifestJsonEx:'). That's not a valid function call.
The text was updated successfully, but these errors were encountered:
I just want a simple function to output a Json file.
stdlib.html
told me there are eitherstd.manifestJsonEx
orstd.manifestJsonMinified
for me to choose. But you really have to look atstd.manifestYamlDoc
to know that there is actually a 3rdstd.manifestJson
function, which doesn't need any additional parameters, and prints in nice formatting.Also the explanation of
std.manifestJsonMinified
is broken, which readsUnder the covers, it calls std.manifestJsonEx:')
. That's not a valid function call.The text was updated successfully, but these errors were encountered: