Postgres NoSQL capabilities have been for a long while. In Java world where Hibernate/JPA is mainstream for database access, how to use those JSON/JSOBN objects, and map them right?
For example I have several arrays of Integers (or Integer, String pairs) with size 100-200, that would fit nice to be put/saved as JSON as there is no need for identity of those elements. Or there is a Entity with byte[]
fields.