Fix DataSet help to take Dictionary in dump action, not String

nix
Owen Green 6 years ago
parent 1279678eea
commit dc2fecef79

@ -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

Loading…
Cancel
Save