_obj "_obj" is the procedure behind objects (maps). Writing { a: 1, b: 2 } is in fact read as _obj 'a' 1 'b' 2 by flor. source _obj spec