[Groonga-commit] groonga/groonga-document-read-ja at a55bea9 [master] Fix JSON Syntax

Back to archive index

walker null+****@clear*****
Sun Dec 7 17:12:17 JST 2014


walker	2014-12-07 17:12:17 +0900 (Sun, 07 Dec 2014)

  New Revision: a55bea9b2f7d54b4865c6fec11606a98761cdfc7
  https://github.com/groonga/groonga-document-read-ja/commit/a55bea9b2f7d54b4865c6fec11606a98761cdfc7

  Merged 8c8a0af: Merge pull request #2 from redfigure/master

  Message:
    Fix JSON Syntax

  Modified files:
    data/2014-10-27.grn

  Modified: data/2014-10-27.grn (+2 -2)
===================================================================
--- data/2014-10-27.grn    2014-12-07 17:11:21 +0900 (8f94c93)
+++ data/2014-10-27.grn    2014-12-07 17:12:17 +0900 (52f3044)
@@ -111,8 +111,8 @@ column_create --table Site --name location --flags COLUMN_SCALAR --type WGS84Geo
 
 load --table Site
 [
-{"_key":"http://example.org/","location":"128452975x503157902"}
-{"_key":"http://example.net/","location":"128487316x502920929"},
+{"_key":"http://example.org/","location":"128452975x503157902"},
+{"_key":"http://example.net/","location":"128487316x502920929"}
 ]
 
 # 4.5. ドリルダウン
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-commit mailing list
Back to archive index