b'{"float":-123.456,"integer":-42,"list":["MixedCase",-42,-123.456],"string":"MixedCase"}' b'{\n "float": -123.456,\n "integer": -42,\n "list": [\n "MixedCase",\n -42,\n -123.456\n ],\n "string": "MixedCase"\n}' 20