{
    "version": "0.9.0",
    "description": "JSONPath-inspired query language for JSON, YAML, TOML, and other serialization formats.",
    "homepage": "https://github.com/micahkepe/jsongrep",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/micahkepe/jsongrep/releases/download/v0.9.0/jsongrep-0.9.0-x86_64-pc-windows-msvc.zip",
            "hash": "28ee98d22b78fecc7abea7d2bd4c6bba3934f34628b259d75edc4b7c865b073a",
            "extract_dir": "jsongrep-0.9.0-x86_64-pc-windows-msvc"
        }
    },
    "bin": "jg.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/micahkepe/jsongrep/releases/download/v$version/jsongrep-$version-x86_64-pc-windows-msvc.zip",
                "extract_dir": "jsongrep-$version-x86_64-pc-windows-msvc"
            }
        },
        "hash": {
            "url": "$url.sha256",
            "regex": "$sha256"
        }
    }
}
