backbone.json
Trait which defines the JSON read methods which are used by Backbone. As Backbone tries to be independent of any concrete JSON library implementations need to be in a different module.
Reads
JSON String representation of an SnsEnvelope
Right(SnsEnvelope) if the String s could be parsed successfully Left(KeepMessage) if the String s could not be parsed into a SnsEnvelope
Trait which defines the JSON read methods which are used by Backbone. As Backbone tries to be independent of any concrete JSON library implementations need to be in a different module.