Does the library support json file included in another json file? #4158
lanmozhileitan
started this conversation in
General
Replies: 1 comment
-
No, this is not possible, but you can implement this easily with this library. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My use case is to be able to parse nested json files, with one or multiple json files included in another json file. It can have arbitrary number of file inclusion depth(general cases are 1 or 2 levels down). If so, what's the syntax for json file inclusion?
I saw some nested json parsing support here: https://pypi.org/project/json-include/
Beta Was this translation helpful? Give feedback.
All reactions