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
Json.parse and Json.stringify currently don't allow any customization for how values are converted to and from JsValue. In some cases one may want to do that. For example, one may want to pretty-print the JSON value in dev mode but not in production.
The text was updated successfully, but these errors were encountered:
@gmethvin I wonder if we should move play.libs.Json (Java API) from playframework/playframework to here. It offers a way to customize the application default ObjectMapper and this can be used by JacksonJson.
(Moved from playframework/playframework#6333)
Json.parse
andJson.stringify
currently don't allow any customization for how values are converted to and fromJsValue
. In some cases one may want to do that. For example, one may want to pretty-print the JSON value in dev mode but not in production.The text was updated successfully, but these errors were encountered: