NopActionDecoder top-level property

ActionDecoder NopActionDecoder
getter/setter pair

An action decoder that simply passes through the JSON unmodified

Implementation

ActionDecoder NopActionDecoder = (dynamic action) => action;