Class: ROM::JSON::Dataset

Inherits:
Memory::Dataset
  • Object
show all
Defined in:
lib/rom/json/dataset.rb

Overview

JSON in-memory dataset used by JSON gateways

Class Method Summary collapse

Class Method Details

.row_procObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Data-row transformation proc



12
13
14
# File 'lib/rom/json/dataset.rb', line 12

def self.row_proc
  Transproc[:hash_recursion, Transproc[:symbolize_keys]]
end