Struct ::json::Error

Overview

Error type raised during JSON serialization.

Protocols

protocol string_display
println("{}", value)

Allows the value to be display printed.

protocol string_debug
println("{:?}", value)

Allows the value to be debug printed.