Skip to content
View pkoppstein's full-sized avatar

Block or report pkoppstein

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. jm jm Public

    CLI for streaming JSON

    PHP 11

  2. jqlang/jq jqlang/jq Public

    Command-line JSON processor

    C 33.3k 1.7k

  3. schema.jq schema.jq
    1
    module {
    2
      "name": "schema",
    3
      "description": "JSON Schema Inference",
    4
      "version": "0.0.3.1",
    5
      "homepage": "https://gist.github.com/pkoppstein/a5abb4ebef3b0f72a6ed",
  4. JESS JESS Public

    JSON Extended Structural Schemas

    jq 8

  5. assert.jq assert.jq
    1
    # Version 2023.08.25
    2
    
                  
    3
    # This jq module defines filters for assertion checking.
    4
    # The module can be included or imported in the usual way, e.g.
    5
    # by including a line similar to the following at the top of your program file: