forked from Crockan/MercuryToolbox
chore(release): prepare public source release
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
name:"Ada"
|
||||
profile:
|
||||
city:"London"
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "Ada",
|
||||
"active": true,
|
||||
"score": 42,
|
||||
"tags": ["math", "logic"],
|
||||
"profile": {
|
||||
"city": "London",
|
||||
"year": 1843
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
name:"Ada"
|
||||
active:true
|
||||
score:42
|
||||
tags:["math","logic"]
|
||||
profile:{"city":"London","year":1843}
|
||||
@@ -0,0 +1,2 @@
|
||||
{"name":"Ada","score":10,"active":true}
|
||||
{"name":"Bob","score":11,"active":false}
|
||||
@@ -0,0 +1,3 @@
|
||||
@(2):name,score,active
|
||||
Ada,10,true
|
||||
Bob,11,false
|
||||
Reference in New Issue
Block a user