Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 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