MelbourneDeveloper / Jayse

Lossless conversion of JSON to and from statically-typed, immutable objects in Dart and .NET
https://pub.dev/packages/jayse
MIT License
29 stars 2 forks source link

JSON Parser #1

Open MelbourneDeveloper opened 3 years ago

MelbourneDeveloper commented 3 years ago

This library needs a JSON parser.

Hosein201 commented 3 years ago

https://www.newtonsoft.com/json

this is very good

MelbourneDeveloper commented 3 years ago

@Hosein201 that's what it already uses. The point is to drop the dependency on this library.

Hosein201 commented 3 years ago

why should drop the dependency on this library?

MelbourneDeveloper commented 3 years ago

The whole point of this library is to replace Newtonsoft. I don't really understand the question @Hosein201