JSON (JavaScript Object Notation)
a standard text-based format for representing structured data based on JavaScript object syntax. It is commonly used for transmitting data in web applications.
Job Queue
a data structure maintained by job scheduler software containing jobs to run. Users submit programs that they want executed to the queue for batch processing.