JuliaIO / JSON.jl

JSON parsing and printing
Other
313 stars 101 forks source link

RFC: Add `indent` keyword argument for `JSON.json`. #315

Closed AtsushiSakai closed 2 years ago

AtsushiSakai commented 3 years ago

I added a indent keyword argument for JSON.json to fix #193. Also, I added a test for it and update README to explain it.

AtsushiSakai commented 3 years ago

Rerun CI

AtsushiSakai commented 3 years ago

I think travis and appveyor CI fails are not related to this PR.

AtsushiSakai commented 3 years ago

I realized the doc of json does not use markdown list syntax. So I fixed it for better documentation.

before

SS 2021-03-27 at 14 32 04

after

SS 2021-03-27 at 14 33 07
AtsushiSakai commented 3 years ago

I think appveyor CI fail is not related to this PR.

AtsushiSakai commented 3 years ago

bump