Skip to content

Commit 4b366e4

Browse files
committed
Revise README leading paragraphs
1 parent f9922e4 commit 4b366e4

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
# JSON.jl
2-
### Parsing and printing JSON in pure Julia.
2+
3+
This package provides for parsing and printing JSON in pure Julia.
34

45
[![Build Status](https://travis-ci.org/JuliaIO/JSON.jl.svg)](https://travis-ci.org/JuliaIO/JSON.jl)
56
[![Build status](https://ci.appveyor.com/api/projects/status/2sfomjwl29k6y6oy)](https://ci.appveyor.com/project/staticfloat/json-jl)
67
[![codecov.io](http://codecov.io/github/JuliaIO/JSON.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaIO/JSON.jl?branch=master)
78

8-
[![JSON](http://pkg.julialang.org/badges/JSON_0.3.svg)](http://pkg.julialang.org/?pkg=JSON&ver=0.3)
9-
[![JSON](http://pkg.julialang.org/badges/JSON_0.4.svg)](http://pkg.julialang.org/?pkg=JSON&ver=0.4)
10-
[![JSON](http://pkg.julialang.org/badges/JSON_0.5.svg)](http://pkg.julialang.org/?pkg=JSON&ver=0.5)
11-
[![JSON](http://pkg.julialang.org/badges/JSON_0.6.svg)](http://pkg.julialang.org/?pkg=JSON&ver=0.6)
12-
13-
**Installation**: `julia> Pkg.add("JSON")`
9+
## Installation
1410

11+
Type `] add JSON` and then hit ⏎ Return at the REPL. You should see `pkg> add JSON`.
1512

1613
## Basic Usage
1714

18-
1915
```julia
2016
import JSON
2117

@@ -35,7 +31,6 @@ JSON.json(j)
3531

3632
## Documentation
3733

38-
3934
```julia
4035
JSON.print(io::IO, s::AbstractString)
4136
JSON.print(io::IO, s::Union{Integer, AbstractFloat})

0 commit comments

Comments
 (0)