Method: EventStore::HTTP::Controls::ReadEvent::OutputSchema::Transformer::JSON.read

Defined in:
lib/event_store/http/controls/read_event/output_schema.rb

.read(text) ⇒ Object



34
35
36
# File 'lib/event_store/http/controls/read_event/output_schema.rb', line 34

def self.read(text)
  ::JSON.parse text, symbolize_names: true
end