jsonManifest property

String jsonManifest

Returns the RWPM JSON representation for this Publication's manifest, as a string.

Implementation

String get jsonManifest =>
    JsonCodec().encode(_manifest.toJson()).replaceAll("\\/", "/");