Replies: 1 comment
-
@mbdavid: What is the best way to store a list of JSON objects and avoid this error? |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Because I'm working on something that should be very generic, I'm using jsonobject.
What should be the best way to save an collection of jsonobject's to a LiteDb collection? If at all possible.
I'm getting the following exception now:
LiteDB.LiteException: Document has more than 20 nested documents in 'String'.
After increasing the MaxDepth to 100 the exception changed to:
Document has more than 100 nested documents in 'JsonValueKind'.
Beta Was this translation helpful? Give feedback.
All reactions