And even if STON is integrated, PostgresV2 configuration should include a dependency against it (because in the not so remote future we will need explicit dependency information to build images). El mar., 26 de may. de 2015 a la(s) 6:55 p. m., Esteban Lorenzano < estebanlm@gmail.com> escribió:
On 26 May 2015, at 18:40, Esteban A. Maringolo <emaringolo@gmail.com> wrote:
Hi,
tl;dr: Question: Which JSON library is the "recommended" one?
STON will be integrated in Pharo 5. https://github.com/svenvc/ston/blob/master/ston-paper.md
and of course JSON is a subset of STON :)
Esteban
Long: I'm modifying the PostgresV2 package to support JSON datatype but instead of using the JSON package from PharoExtras I'm trying to use NeoJSON.
The problem is no JSON parser is bundled by default, so adding the dependency to either class is arbitrary.
Regards!
Esteban A. Maringolo