How to insert a jsonb data type to the database

Hi @belyaev,
I want to use the JSONB in my Jmix project. I saw the sample project based on CUBA PLATFORM How to insert a jsonb data type to the database. But i am unable to do the same in JMIX. Can u plz provide us a sample project on JMIX.

Thanks…

1 Like

Hi @vimalkumar010

Jmix supports custom datatypes, there is a sample for it. Did you try to implement a custom JSONB converter?

See How to write custom DataType and Converter - #4 by krivopustov

1 Like