|
|
|
|
|
by IsmaOlvey
3574 days ago
|
|
One thing I would add to the list: Don't use it for data that you need to change. There are (at least at present) no built-in functions to modify values within JSON(B) objects, which makes it very tedious modify data once it has been stored. It is much better for data that is stored once and then queried. |
|