May 26, 2015
4:54 p.m.
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 <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