[Zorba-coders] [Bug 928710] Re: No way to populate JSON array with atomic values via store API

2012-02-08 Thread Markos Zaharioudakis
The way to do this is to first create an empty array, and then use the zorba::store::Store::populateJSONArray() method. ** Changed in: zorba Assignee: Markos Zaharioudakis (markos-za) = Chris Hillery (ceejatec) -- You received this bug notification because you are a member of Zorba Coders,

[Zorba-coders] [Bug 928710] Re: No way to populate JSON array with atomic values via store API

2012-02-08 Thread Matthias Brantner
Maybe it's the right solution to have this function but I'm not totally convinced. We have been going into the direction of not having updating functions in the store api. IMHO, this function should make it into the item factory and only be used to initially create an item. What do you think? --