diff options
| author | Adam Bard <github@adambard.com> | 2016-03-15 15:33:36 -0700 | 
|---|---|---|
| committer | Adam Bard <github@adambard.com> | 2016-03-15 15:33:36 -0700 | 
| commit | 636a9fef8362aff5c8f13ed1c2d44447af223de9 (patch) | |
| tree | aa0d1d4f4011f37830a3a050c79f2515e76f3e21 | |
| parent | 814e9d4e92cc996b0ddea7d743c9bd81bc6620e9 (diff) | |
Fix json-id header
| -rw-r--r-- | id-id/json-id.html.markdown | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/id-id/json-id.html.markdown b/id-id/json-id.html.markdown index 52e61449..ca346f6c 100644 --- a/id-id/json-id.html.markdown +++ b/id-id/json-id.html.markdown @@ -1,11 +1,12 @@  ---  language: json -filename: learnjson.json +filename: learnjson-id.json  contributors:    - ["Anna Harren", "https://github.com/iirelu"]    - ["Marco Scannadinari", "https://github.com/marcoms"] -translators +translators:    - ["Rizky Luthfianto", "https://github.com/rilut"] +lang: id-id  ---  JSON adalah format pertukaran data yang sangat simpel, kemungkinan besar,  | 
