Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Releases: google/built_json.dart

Stricter types for collections.

23 Feb 13:09
Compare
Choose a tag to compare

Stop falling back to <Object> or <Object, Object> for collection types. Set up necessary builders to deserialize with correct types. Differentiate between Object and "unspecified".

Rewrite to fully use static type information

08 Dec 17:05
Compare
Choose a tag to compare
Merge pull request #5 from google/explit-static-dynamic-serialization

Rewrite to fully use static type information

Add primitive serializers, generator, example and tests.

08 Nov 12:55
Compare
Choose a tag to compare

Not ready for use, but a preview of what's to come!