User Tools

Site Tools


transformations:constructjson

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
transformations:constructjson [2020/01/11 15:49] – [Data type conversion] dmitrytransformations:constructjson [2020/01/11 15:55] – [Nesting JSON objects] dmitry
Line 69: Line 69:
  
 ==== Nesting JSON objects ==== ==== Nesting JSON objects ====
-EasyMorph detects if a text value already is a JSON object or JSON array. In this case, such text value is inserted verbatim, **without** wrapping with double quotes. This feature allows creating complex hierarchical JSON objects that nest other JSON objects. For instance converting the table below:+EasyMorph automatically detects if a text value is already a JSON object or JSON array. In this case, the text value is inserted verbatim, i.e. **without** wrapping in double quotes. This feature allows creating complex hierarchical JSON objects that nest other JSON objects. For instance converting the table below:
  
 ^ Track ^ Country  ^ State/province ^ City     ^ Location ^ Hiatus ^  ^ Track ^ Country  ^ State/province ^ City     ^ Location ^ Hiatus ^ 
Line 89: Line 89:
 } }
 </code> </code>
-Notice that Location is inserted as a JSON object, not as text. Field "Hiatus" is inserted as a JSON array, not as text too.+Notice that "Locationis inserted as a JSON object, not as text. Also, field "Hiatus" is inserted as a JSON array, not as text.
  
 ==== See also ==== ==== See also ====
transformations/constructjson.txt · Last modified: 2022/10/02 20:16 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki