stephennancekivell / scalatest-json

Scalatest matchers for Json with appropriate equality and descriptive error messages.
Apache License 2.0
36 stars 7 forks source link

Add Jsoniter support #87 #88

Closed baldram closed 4 years ago

baldram commented 4 years ago

Added support for plokhotnyuk/jsoniter-scala.

baldram commented 4 years ago

The change is in here. If everything is fine, please do not forget to squash commits while merging. :smirk:

stephennancekivell commented 4 years ago

Thanks, looks great. Im publishing it now. May take a little while to be visible in maven central.

baldram commented 4 years ago

Thank you! I will read about Golden Test idea, since in case of Jsoniter it might to be an easy functionality to get it implemented.