Public
Edited
Jul 12, 2023
1 star
Insert cell
Insert cell
n = 0xffffffffffffffffn
Insert cell
serialized = `{ "n": ${n} }`
Insert cell
parsed = JSON.parse(serialized)
Insert cell
Insert cell
parsed.n === n
Insert cell
Insert cell
CBOR.decode(CBOR.encode({ n }))
Insert cell
Insert cell
json.parse(serialized).n === n
Insert cell
import { CBOR } from "@gozala/ucanto"
Insert cell
import { json } from "@gozala/ipld"
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more