Skip to content

Go the extra mile to Not depend on newtonsoft.json package? #889

@xied75

Description

@xied75

Related to closed issue: #750

Currently there are 28 C# files that are referencing newtonsoft.json, most inside service part; I can't judge all of these, but at least it is possible to remove the dependency and simply use DataContractJsonSerializer in the case of ObjectStorage/BaseObjectStorageHelper.cs.

Being The de facto standard in C# world, newtonsoft.json is great; but here the toolkit is something fundamental too, if we go a bit further, the toolkit then can be lean and mean, saving final UWP appx being bloated.

(The netstandard1.0 newtonsoft.json 9.0.1 dll is 458KB in size!)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions