JSON (Javascript Object Notation) is a kind of serialization method for objects. It represents your objects as strings and you can send/receive those strings to any other software party that can understand JSON. JSON is almost perfect as a data interchange format standard and nowadays it is widely accepted. There are some popular alternatives like …
Read more
