gritzko / swarm

JavaScript replicated model (M of MVC) library
http://swarmdb.net/
MIT License
2.68k stars 97 forks source link

Insert into string op #81

Closed geakstr closed 3 years ago

geakstr commented 8 years ago

It's possible to insert text into string inside object as ShareJS?

{
  p: ["arr_obj", idx, "text_field", offset],
  si: "my new text"
}