瀏覽代碼

HPCC-12066 Edits based upon review

Signed-off-by: Jim DeFabia <jamesdefabia@lexisnexis.com>
Jim DeFabia 10 年之前
父節點
當前提交
de0d5c648b
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      docs/ECLLanguageReference/ECLR_mods/BltInFunc-FROMJSON.xml

+ 4 - 3
docs/ECLLanguageReference/ECLR_mods/BltInFunc-FROMJSON.xml

@@ -19,9 +19,10 @@
           <row>
             <entry><emphasis>record</emphasis></entry>
 
-            <entry>The RECORD structure to produce. Each field must specify
+            <entry>The RECORD structure to produce. Each field should specify
             the XPATH to the data in the json<emphasis>string</emphasis> that
-            it should hold.</entry>
+            it should hold. If omitted, the lower-cased field names are
+            used.</entry>
           </row>
 
           <row>
@@ -57,5 +58,5 @@ OUTPUT(rec);
 </programlisting>
 
   <para>See Also: <link linkend="ROW">ROW</link>, <link
-  linkend="TOXML">TOJSON</link></para>
+  linkend="TOJSON">TOJSON</link></para>
 </sect1>