Skip to content
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

Missing std.manifestJson and incorrect description of std.manifestJsonMinified in doc/ref/stdlib.html #1151

Closed
RadxaYuntian opened this issue Apr 12, 2024 · 1 comment

Comments

@RadxaYuntian
Copy link

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.

@johnbartholomew
Copy link
Collaborator

Thanks for reporting the missing docs! Fixed by #1154

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants