Class: StructuredDataToSql::Json::JsonValue
- Inherits:
-
Struct
- Object
- Struct
- StructuredDataToSql::Json::JsonValue
- 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
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#text ⇒ Object
Returns the value of attribute text
10 11 12 |
# File 'lib/structured_data_to_sql/json/shredder.rb', line 10 def text @text end |