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
Hey,
I am using pysimdjson very often to work with JSON and I appreciate the speed and the intuitiveness of the package. Generally, I use it when I need to look directly into specific JSON for information (debug mode).
However, when I start exploring a JSON it would be useful to have a function to print the structure (or the schema of the JSON) so that we can move faster.
i will give you an example.
Suppose we have the JSON example:
Hey,
I am using
pysimdjson
very often to work with JSON and I appreciate the speed and the intuitiveness of the package. Generally, I use it when I need to look directly into specific JSON for information (debug mode).However, when I start exploring a JSON it would be useful to have a function to print the structure (or the schema of the JSON) so that we can move faster.
i will give you an example.
Suppose we have the JSON
example
:then i can write
example.schema()
(orexample.structure()
) and the output will be:Is there already something in like that in the package?
The text was updated successfully, but these errors were encountered: