You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
Without depth-restriction if we swap primitive with jsonhere ScalaCheck will fail with StackOverflowError as resulting json object can be infinitely deep. As a result JsonGen.fields generates only Map[String, Primitive]
The text was updated successfully, but these errors were encountered:
Without depth-restriction if we swap
primitive
withjson
here ScalaCheck will fail withStackOverflowError
as resulting json object can be infinitely deep. As a resultJsonGen.fields
generates onlyMap[String, Primitive]
The text was updated successfully, but these errors were encountered: