Open sonygod opened 1 year ago
haxe.Json
is implemented in pure Haxe, so should be eventually supported. I'm guessing it's not currently supported due to it requiring Reflect.setField
and Dynamic
which are not complete atm, but should be in the future!
I found a Json library that is similar to Haxe in terms of encapsulation. They use macros, and the usage is just as friendly as Haxe. You can take a look at it for reference:
May be it's difficult to implement haxe.json?
current it's not support?