Replies: 1 comment 1 reply
-
Currently, no |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm wondering if there's an efficient way to deal with the formatting of the stringified JSON in version 1.12 of the Poco Libraries, apart from the indent and step. Specifically, I'm looking to add spacing around the colon in the JSON string.
To elaborate, given the following code:
Using an older version of the Poco libraries (
libpocojson50
, which I believe corresponds to version 1.8), the following string would be printed tocout
:However, using the most recent version we get:
Is there a way to imitate the behavior of Poco 1.8, and re-apply the space before the colon?
Beta Was this translation helpful? Give feedback.
All reactions