|
|
|
@ -156,11 +156,7 @@ Routine{
|
|
|
|
~ds.print //to post window by default, but you can supply a custom action instead
|
|
|
|
~ds.print //to post window by default, but you can supply a custom action instead
|
|
|
|
~ds.dump //likewise
|
|
|
|
~ds.dump //likewise
|
|
|
|
//for example
|
|
|
|
//for example
|
|
|
|
(
|
|
|
|
~ds.dump{ |d| ~dict = d }
|
|
|
|
~ds.dump{|j|
|
|
|
|
|
|
|
|
~dict = j.parseJSON
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
//Now we have a Dictionary of our data and IDs
|
|
|
|
//Now we have a Dictionary of our data and IDs
|
|
|
|
~dict.postcs
|
|
|
|
~dict.postcs
|
|
|
|
|
|
|
|
|
|
|
|
|