abner / flutter_js

A Javascript engine to use with flutter. It uses quickjs on Android and JavascriptCore on IOS
MIT License
464 stars 117 forks source link

remove unnecessary JSON.stringfy #152

Open widealpha opened 3 months ago

widealpha commented 3 months ago

Remove unnecessary JSON.stringfy.Ensure consistency of data transmission between different implementations.