Skip to content

Commit

Permalink
comma: コンマ #44 #138
Browse files Browse the repository at this point in the history
  • Loading branch information
uakms committed Feb 5, 2016
1 parent 3f926fd commit cbc9e5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/eval.jax
Original file line number Diff line number Diff line change
Expand Up @@ -4142,8 +4142,8 @@ jsondecode({string}) *jsondecode()*
これはJSONフォーマットの文字列を解析し、それと同等のVimの値を
返す。JSONとVimの値の関係は|jsonencode()|を参照。
デコードは寛容である:
- 配列やオブジェクトの末尾カンマは無視される
- 配列内の空要素、2つのカンマの間がホワイトスペースもしくは無
- 配列やオブジェクトの末尾コンマは無視される
- 配列内の空要素、2つのコンマの間がホワイトスペースもしくは無
い場合はv:noneとされる。
- オブジェクトのメンバ名が文字列でない場合、それは文字列に変換
される。例えば数値123は文字列"123"として使われる。
Expand Down

0 comments on commit cbc9e5c

Please sign in to comment.