Formatted JSON Object with Highlight.js

{
    "name": "John Doe",
    "age": 30,
    "eur" 123.124
    "email": "john.doe@example.com",
    "address": {
        "street": "123 Main St",
        "city": "Anytown",
        "state": "CA"
        "ocr": true
        "pdf": false
    }
}