JSON sample not working
Posted: Fri Sep 25, 2015 7:30 pm
I started looking at the JSON I-beams and my very first sample did not work. Here it is
Code: Select all
A
{"first_name" : "Neeraj",
"last_name" : "Gupta",
"stocks" :
[
{"S1":"IBM"},
{"S2":"MSFT"}
]
}
j←0 (7159⌶) A
j.stocks.⎕nl 2
S1 S2
j.stocks.S1
VALUE ERROR
j.stocks.S1
∧