# jsonb-spec **Repository Path**: mirrors_cockroachdb/jsonb-spec ## Basic Information - **Project Name**: jsonb-spec - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2023-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CockroachDB JSONB Spec This repo defines in more detail the behaviour of JSONB as it will exist in Cockroach, verified against a running Postgres instance. ## Running the tests Running ``` $ node run.js *.spec.md ``` should print out ``` # JSON Accessor Operators # The `->` and `->>` operators ✔ Accessing object fields using `->` ✔ Accessing array indices using `->` ✔ `->` returns SQL NULL for missing keys ... ``` in addition to all the other tests.