Open graingert opened 7 years ago
Facing the same issue, examples from the documentation are not working as intended. Type hints are not included within the Json generated by the library.
Here is a sample code for reproducing the bug with the latest version of play-json [2.6.9] and play-json-extensions [0.14.0]
@Bharat1103 Try jsoniter-scala. It works exactly as you need with ADTs. Also, it is much safer and more efficient than Play-JSON.
Eg:
but it's neither obeyed during parsing, nor included when formatting.