Learn to say popular JSON formatting and processing tool names correctly.
0 / 5 completed
1 / 5
How is JSON (JavaScript Object Notation, a lightweight data format) correctly pronounced?
JSON is pronounced 'JAY-son' — like the first name Jason, one word, not spelled out letter by letter. In a technical interview: "The API returned JSON, so I parsed it straight into a typed object."
2 / 5
How is JSONLint (online JSON validator and formatter) correctly pronounced?
JSONLint is pronounced 'JAY-son-lint' — 'JSON' plus 'lint' (as in code linting). Stress on JAY. In a technical interview: "JSONLint flagged a trailing comma that was breaking the whole config file."
3 / 5
How is jq (command-line JSON processor) correctly pronounced?
jq is pronounced 'JAY-kyoo' — the two letters spoken separately, like 'J' and 'Q'. In a technical interview: "I piped the response through jq to pull out just the fields I needed."
4 / 5
How is JSON Crack (tool for visualizing JSON data as an interactive graph) correctly pronounced?
JSON Crack is pronounced 'JAY-son krak' — 'JSON' plus 'crack', both spoken plainly. In a technical interview: "JSON Crack turned the deeply nested response into a graph I could actually read."
5 / 5
How is jsonpath (query language for extracting data from JSON documents) correctly pronounced?
jsonpath is pronounced 'JAY-son-path' — 'JSON' plus 'path', both plain English elements. Stress on JAY. In a technical interview: "A jsonpath expression pulled the nested user ID out of the webhook payload in one line."