Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
1
Task/JSON/Bracmat/json-1.bracmat
Normal file
1
Task/JSON/Bracmat/json-1.bracmat
Normal file
|
|
@ -0,0 +1 @@
|
|||
put$(jsn$(get$("input.json",JSN)),"output.JSN,NEW)
|
||||
1
Task/JSON/Bracmat/json-2.bracmat
Normal file
1
Task/JSON/Bracmat/json-2.bracmat
Normal file
|
|
@ -0,0 +1 @@
|
|||
get$("myfile.json",JSN)
|
||||
1
Task/JSON/Bracmat/json-3.bracmat
Normal file
1
Task/JSON/Bracmat/json-3.bracmat
Normal file
|
|
@ -0,0 +1 @@
|
|||
get$("[1,2,3]",JSN,MEM)
|
||||
1
Task/JSON/Bracmat/json-4.bracmat
Normal file
1
Task/JSON/Bracmat/json-4.bracmat
Normal file
|
|
@ -0,0 +1 @@
|
|||
jsn$(,1 2 3)
|
||||
1
Task/JSON/Bracmat/json-5.bracmat
Normal file
1
Task/JSON/Bracmat/json-5.bracmat
Normal file
|
|
@ -0,0 +1 @@
|
|||
put$("[1,2,3]","array.json",NEW)
|
||||
4
Task/JSON/Bracmat/json-6.bracmat
Normal file
4
Task/JSON/Bracmat/json-6.bracmat
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
( get$("rosetta.json",JSN):?json
|
||||
& lst$(json,"json.bra",NEW)
|
||||
& put$(jsn$!json,"rosetta-roundtrip.json",NEW)
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue