#Best database for JSON storage in Java?
16 messages · Page 1 of 1 (latest)
Just use MongoDB
yup, I think mongodb is what you're searching for
it uses bson tho, but that's basically json with extra steps
I'm going to be a contrarian and say that you don't generally need mongoDB for storing JSON since you can just save the json to files, and then you don't need all the extra complexity
unless you're doing something that will be used by hundreds/thousands of people
bson is just json comverted to binary
no
it has extra types
e.g. it natively represents UUIDs