Serialize query from/to JSON #106
-
Hi, First, thank you so much for such a great piece of work. Second, before getting familiar with your library I worked on my own here. and just like jQuery QueryBuilder if you click on one of the Is it possible to have a similar intermediate representation with all nested levels, index mapping, and available information as a model (JSON) for expression? (converting query from/to expression and passing it through a network or saving it in DB to restore in the future) I think this also helps us to have our own query builder UI on the FE side to work with this library in BE. For example consider What do you think? Is it possible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi @HamedFathi, |
Beta Was this translation helpful? Give feedback.
Hi @HamedFathi,
Currently we don't have a built-in parser for Json deserialization but I think even if Gridify doesn't support it directly you can create a helper class to parse and convert json to a gridify query expression. but if you have a better suggestion happy to hear that.