Template:Cyberpunk Json
From Gralamin's Wiki
Jump to navigationJump to search
This template just standardizes writing json objects.
You Type: | You Get: |
{{Cyberpunk_Json |title=a.json |form={ sample: [ { a: 1}, {b: 2} ]} }} |
=a.json=
{ sample: [ { a: 1}, {b: 2} ]} |
{{{title}}}
{{{form}}}