JSON-LD (JSON for Linking Data) is a W3C-standardized JSON syntax for encoding linked data, and Google's recommended structured-data format.
The W3C JSON-LD 1.1 specification defines the format. In practice a JSON-LD block is a JSON object with @context, @type, and optional @id/@graph keys.
See: What is JSON-LD?