( #comment (let config (DataSource 'config)) (let res_sink (DataSink 'result)) (let data (Yson '@@ { "a"=1; "$b"=#; "c"=2u; "d"=4.1; "e"=%true; "f"=[1;"english text"]; "g"={x=[];y="русский текст"}; } @@)) (let world (Write! world res_sink (Key) data '())) (let world (Commit! world res_sink)) (return world) )