Java
A computer programming language written by James Gosling at Sun Microsystems. It can be compiled to bytecode and run on any computer with a Java Virtual Machine (JVM), giving it some relative platform-independence. [Wikipedia link]
JavaScript Object Notation (JSON)
An open-standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and arrays. [Wikipedia link]
JSON Web Token or JWT
An open standard for Authentication that uses a JavaScript Object Notation (JSON)-encoded token to securely represent claims between two parties. Typically, the tokens are used to represent an identity and its associations, such as a user and role or group. [Wikipedia link]
