reflaxe.CPP icon indicating copy to clipboard operation
reflaxe.CPP copied to clipboard

May be it's difficult to implement haxe.Json?

Open sonygod opened this issue 2 years ago • 2 comments

May be it's difficult to implement haxe.json?

current it's not support?

sonygod avatar Jun 20 '23 09:06 sonygod

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!

SomeRanDev avatar Jun 21 '23 03:06 SomeRanDev

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:

https://github.com/qicosmos/iguana

sonygod avatar Jul 04 '23 01:07 sonygod