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
Libraries like Play Framework usually only need to depend on the low-level library for reading and writing JSON: JsValue, Json.fromJson/Json.stringify, etc. Many of the newer changes in play-json relate to high-level functionality like the macros and configuration that would typically only be used by the end user.
It may be useful to separate this "core" library from the more high-level parts of the library like the macros and functional transformers. This way we can add features and make binary incompatible changes to the macros (for example) without creating compatibility issues with libraries like Play.
The text was updated successfully, but these errors were encountered:
Libraries like Play Framework usually only need to depend on the low-level library for reading and writing JSON:
JsValue
,Json.fromJson
/Json.stringify
, etc. Many of the newer changes inplay-json
relate to high-level functionality like the macros and configuration that would typically only be used by the end user.It may be useful to separate this "core" library from the more high-level parts of the library like the macros and functional transformers. This way we can add features and make binary incompatible changes to the macros (for example) without creating compatibility issues with libraries like Play.
The text was updated successfully, but these errors were encountered: