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 can't seem to find them in the published docs though. Searching for "json" gives a bunch of results that are not this. Searching for "JSONValue" gives no results at all. I've also browsed through the reference but I really can't find these docs at all. Am I looking in the wrong place?
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
@cpcloud the docstring of JSONValue.__getitem__ is quite helpful but that one still not visible in the docs. It could technically be shown by setting include_private: true in the quartodoc options but that would probably do a lot of other unwanted stuff. Maybe line 35-99 can be moved to be the JSONValue class docstring? While those lines are technically examples of how to use __getitem__, in my opinion they also qualify as good examples of how to use JSONValue in general.
Happy to create an MR if you think this is a good idea
Please describe the issue
I was trying to figure out how to work with columns of type json, after some time I stumbled on great docstrings in this file that helped me a lot: https://github.com/ibis-project/ibis/blob/main/ibis/expr/types/json.py
I can't seem to find them in the published docs though. Searching for "json" gives a bunch of results that are not this. Searching for "JSONValue" gives no results at all. I've also browsed through the reference but I really can't find these docs at all. Am I looking in the wrong place?
Code of Conduct
The text was updated successfully, but these errors were encountered: