What is the difference between json
and jsonb
?
The @EmilioPlatzer user gave me an answer to another question where he uses these 2, but I do not see the difference.
In fact, the user comments on the following:
json vs jsonb
For the purposes of this problem it does not matter, you can use array or object in both variants. I recommend jsonb, but that's another topic.
Here is a fiddler where I use json
and here a fiddler where I use jsonb
Personally I do not see any difference, nor in sql response time.