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 think the motivation for this would be end-user focused, not necessarily sjsonnet-developer-focused: most end users aren't going to want to look at Scala source code to understand the available functions.
I think we can probably just point users to https://jsonnet.org/ref/stdlib.html and say that (as of sjsonnet >= x) we support all standard jsonnet functions. We do have some non-standard additions in the native namespace and those might benefit from documentation in the README, as might any other experimental or new stuff that we add (like regex functions).
Motivation:
Currently, all std functions and it's implementation are puted in the
Std
class, not easy to find out withCRTL + F
, how about:eg:
for easier search, https://jsonnet.org/ref/stdlib.html
The text was updated successfully, but these errors were encountered: