[squeak-dev] Json dictionary tree accessing

tim Rowledge tim at rowledge.org
Thu Sep 2 21:14:35 UTC 2021


I love this way of using dNU: to build as you go.

The Parser fights back by getting all hissy about the unknown messages. Yes, one can handle this manually and so on in a browser, or I suppose filing in the code. 

> On 2021-09-02, at 3:01 AM, Levente Uzonyi <leves at caesar.elte.hu> wrote:
> 
> 	^JsonObject new
> 		at: '$schema' put: 'https://vega.github.io/schema/vega-lite/v5.json';
> 		description: 'A simple bar chart';
> 		width: 'container';
> 		usermeta: (JsonObject new
> 			embedOptions: (JsonObject new
> 				export: true;
> 				compiled: false;
> 				editor: false));


tim
--
tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
Strange OpCodes: PUS: PUrge System




More information about the Squeak-dev mailing list