JSON

JSON stands for JavaScript Object Notation and it’s a widely used File Format.

JSON is a lightweight format for storing and transporting data, originally specified by Douglas Crockford in the early 2000s. It is often used when data is sent from a server to a web page.

JSON is “self-describing” and easy to understand due to being easy for humans to read and write as it is easy for machines to parse and generate.

JSON is programming language independent but it is derived from the JavaScript/ECMAScript programming language and uses the conventions familiar to programmers of the C series of languages ​​(including C, C++, C#, Java, JavaScript, Perl, and Python).

JSON is one of the best localizable file formats you can use to store your externalized strings of your project and Localazy fully supports and let’s you manage and translate your JSON files.

Further reading: #️⃣

Related posts