Published
Edited
Jan 4, 2022
Fork of extractKeys
Importers
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
data1 = [
'$.created_date',
'$.asset.id',
'$.asset_bundle.assets[0].name'
]
Insert cell
Insert cell
jsonPathsToD3Hierarchy(data1)
Insert cell
Insert cell
Insert cell
data0 = [
{
created_date: '2021-11-02T23:58:02.281241',
asset: {
id: '001'
},
asset_bundle: {
assets: [
{
name: 'Rekaverse Ralph'
}
]
}
}
]
Insert cell
Insert cell
jsonPathsToD3Hierarchy(extractKeys(data0))
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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