Categories
WordPress WordPress Development

JSON Vs Array in a Database

JSON

  • Faster to encode JSON
  • Takes Less space
  • Human Readable
  • JSON can be used by many other languages

Terms Used : encode, decode

Array

  • Faster to unserialise Array

Terms Used : Serialise, Unserialise