use Serialize;
use serde_json;
/// A helper trait that provides JSON conversion methods.
/// Types that implement `Serialize` (or themselves as JSON representations) automatically get these methods.
/// Blanket implementation of `JsonDisplay` for all serializable types.