Class: StructuredDataToSql::Json::JsonValue

Inherits:
Struct
  • Object
show all
Defined in:
lib/structured_data_to_sql/json/shredder.rb

Overview

A JSON value kept verbatim as serialized JSON text (fallback for shapes that do not shred cleanly into columns or child tables).

Instance Attribute Summary collapse

Instance Attribute Details

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



10
11
12
# File 'lib/structured_data_to_sql/json/shredder.rb', line 10

def text
  @text
end