Real-time collaborative data editing. No registration required.
JSON, JSONPath, calculation functions, and three collection types.
Like spreadsheets, but for hierarchical data.
0 : {
 about : [
0 : If you're on a small screen, click the side arrows to see additional columns.
1 : To collaborate in real time with others, click the paperclip to view share links.
2 : Click the cookbook for more examples.
3 : Click clear all to start with a fresh blank document.
4 : Happy editing!
]
 data types : {
boolean : true
null : null
number : 5
string : abcde
undefined : undefined
}
collection types : {
dictionary : {
abc : xyz
hello : world
}
list : [
0 : 1
1 : 2
2 : 2
3 : 51
4 : 50
5 : 49
6 : 100
]
set : (
apple
lemon
orange
)
}
}
1 : {
example data sets : {
email addresses : [
even numbers to 100 : [
integers to 50 : [
very : {
deeply : {
nested : {
}
}
}
formulas : {
concatenate : applelemonorange
intersection : (
product : [
regex : [
reverse list : [
reverse strings : (
split : [
sum of collection : 255
sum of collection and number : [
sum of two collections : [
union : (
unique : (
}
}