Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON in JSON field does not work #198

Open
digitalhuman opened this issue Mar 31, 2021 · 1 comment · May be fixed by #211
Open

JSON in JSON field does not work #198

digitalhuman opened this issue Mar 31, 2021 · 1 comment · May be fixed by #211

Comments

@digitalhuman
Copy link

Example:

JSON::make("Root", [ Text::make("Text Level 1", "level1"), JSON::make("Level 2", [ Text::make("Text level 2", "text_level2") ], "level2") ], "json");

Only level1 field is added and saved in field "json". Level2 and Test_level2 are missing

@marcoocram
Copy link

+1

@mgwestwerk mgwestwerk linked a pull request Aug 30, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants