Wanted: Review manager for std.data.json
Sönke Ludwig via Digitalmars-d
digitalmars-d at puremagic.com
Thu Apr 16 02:29:05 PDT 2015
Am 16.04.2015 um 11:17 schrieb Jacob Carlborg:
> On 2015-04-07 18:37, Sönke Ludwig wrote:
>> Anyone up to this? The issues of the previous discussion [1] have all
>> been addressed now more or less, so the package is ready for a more
>> thorough review.
>
> Is it possible to use "toJSON" or a similar method to generate JSON from
> a primitive type without going through JSONValue?
>
I'd like to let that be part of a more general serialization framework
in top of this package instead of integrating a simplistic custom
solution that will then later be obsoleted. Having said that, you can go
through JSONToken instead of JSONValue for lower (computational) overhead.
More information about the Digitalmars-d
mailing list