JSON is a serialization format, not a presentation format.
As such, there is no “standard” indentation – JSON is typically sent as compactly as possible.
(That said, there is an option to JSON.stringify() to request “pretty printed” JSON – look at the space parameter at the MDN documentation)