diff options
author | Adam Bard <github@adambard.com> | 2017-08-22 23:32:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-22 23:32:43 -0700 |
commit | 9c5a67ca0f3c989ef31141f83d64fba10b93b059 (patch) | |
tree | 1252e7d5c0ea1187582a047db4f75f1f780b76fd /pl-pl/json-pl.html.markdown | |
parent | ac0332aa4a36072fbde6b1cdd56d87d397626b68 (diff) | |
parent | 3a0d915f808b07d6a42158352b530e467d0ac8cf (diff) |
Merge pull request #2831 from Oire/fix-2829
[perl/pl] and other Polish files: Fixing the frontmatter
Diffstat (limited to 'pl-pl/json-pl.html.markdown')
-rw-r--r-- | pl-pl/json-pl.html.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pl-pl/json-pl.html.markdown b/pl-pl/json-pl.html.markdown index 872455de..edd059bf 100644 --- a/pl-pl/json-pl.html.markdown +++ b/pl-pl/json-pl.html.markdown @@ -1,6 +1,6 @@ --- +category: language language: json -filename: learnjson-pl.json contributors: - ["Anna Harren", "https://github.com/iirelu"] - ["Marco Scannadinari", "https://github.com/marcoms"] @@ -9,6 +9,7 @@ contributors: translators: - ["Michał Mitrosz", "https://github.com/Voltinus"] lang: pl-pl +filename: learnjson-pl.json --- JSON to bardzo prosty format wymiany danych. Jak jest napisane na [json.org](http://json.org), jest łatwy do pisania i czytania dla ludzi i do parsowania i generowania dla maszyn. |