Layout JSON validation logic #420
Replies: 1 comment
-
|
after carefully reading the readme, i think i'm good to go with this. looks like there's enough there to provide basic data validation. |
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.
-
I'm considering building an app using flexlayout to let users build their own dashboads, etc and i want to save the layout configuration on the server so that they return to their setup on the next login. I know the library has a method to get the current layout in JSON but i'm a bit nervous sending this to the server without some means of validating that the JSON content is valid.
Question: is there a JSON schema or validation routine somewhere in the code base that i can reference for data validation of the JSON layout?
Beta Was this translation helpful? Give feedback.
All reactions