Skip to content
View pkoppstein's full-sized avatar
Block or Report

Block or report pkoppstein

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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 9

  2. jqlang/jq jqlang/jq Public

    Command-line JSON processor

    C 29.6k 1.5k

  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 4

  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: