Sign in
android
/
platform
/
external
/
rust
/
crates
/
protobuf
/
bb75fd9f90d8ef934a753191b593916bdd94f7f0
/
.
/
src
/
json
/
mod.rs
blob: 2755aad37cc397f83208fc76f1ee4f55dc485c49 [
file
]
//! JSON serialization and deserialization.
//!
//! (Implemented in master, but not ported to stable branch yet).
mod
json_name
;
#[
doc
(
hidden
)]
pub
use
self
::
json_name
::
json_name
;