I have:
app.config['JSONIFY_PRETTYPRINT_REGULAR'] = False
and the docs. say that even by default is False.
However, my output is still pretty:
{
"p": {
"e": {
"n": {
"c": "something..."
}
}
}
}
I have:
app.config['JSONIFY_PRETTYPRINT_REGULAR'] = False
and the docs. say that even by default is False.
However, my output is still pretty:
{
"p": {
"e": {
"n": {
"c": "something..."
}
}
}
}