mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-04-03 16:02:50 +00:00
Not only is it more efficient without converting to an intermediate String, using JsonNode.toString() may not even produce valid JSON according to its Javadoc (ObjectMapper.writeValueAsString() should be used).