Do not prettify JSON for bundle
Created by: cmichi
Makes quite a difference.
flipper.contract
with serde_json::to_string_pretty()
: 7.0K
flipper.contract
with serde_json::to_string()
: 6.1K
Created by: cmichi
Makes quite a difference.
flipper.contract
with serde_json::to_string_pretty()
: 7.0K
flipper.contract
with serde_json::to_string()
: 6.1K