######octothorp.es

#playground

  • Introducing Go SQL/JSON Path and Playground

    https://justatheory.com/2024/07/go-sqljson-path/

    Introducing the SQL/JSON Path package, a PostgresSQL-compatible jsonpath parser and executor in Go. Also: a Wasm-based playground!

  • Introducing RFC 9535 Go JSONPath and Playground

    https://justatheory.com/2024/11/go-jsonpath-playground/

    I’ve made a RFC 9535 JSONPath JSONPath Go package, and compiled it into Wasm to build an in-browser playground for it.

  • JSONTree Module and Playground

    https://justatheory.com/2024/12/jsontree/

    I’m happy to announce the release of the JSONTree Go module and Wasm-powered in-browser playground.

  • New JSONPath Feature: SelectLocated

    https://justatheory.com/2025/01/jsonpath-located/

    New in the jsonpath Go package and Playground: “Located” results that pair selected values with normalized paths to their locations.

  • SQL/JSON Path Playground Update

    https://justatheory.com/2024/12/playground-update/

    The Go SQL/JSON Playground has been updated with a fresh design and PostgreSQL 17 compatibility.

    Follow #playground on RSS or use the

    JSON API
    
    curl -X GET \
      -H "Content-type: application/json" \
      -H "Accept: application/json" \
      "https://octothorp.es/~/playground"