JSON and PDF explained
JSON represents structured data as nested objects and arrays. It came from JavaScript but is now the default interchange format for essentially every web API.
PDF describes a page as a fixed arrangement of text, vector graphics and images. Unlike a word processor document, it is designed so the page looks identical everywhere — which is exactly why it is awkward to edit.
- Where JSON files come from
- APIs, configuration files and application data exports.
- Where PDF is used
- Contracts, invoices, reports, forms, academic papers and scanned documents.