File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 1
1
# JSON.jl
2
- ### Parsing and printing JSON in pure Julia.
2
+
3
+ This package provides for parsing and printing JSON in pure Julia.
3
4
4
5
[ ![ Build Status] ( https://travis-ci.org/JuliaIO/JSON.jl.svg )] ( https://travis-ci.org/JuliaIO/JSON.jl )
5
6
[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/2sfomjwl29k6y6oy )] ( https://ci.appveyor.com/project/staticfloat/json-jl )
6
7
[ ![ codecov.io] ( http://codecov.io/github/JuliaIO/JSON.jl/coverage.svg?branch=master )] ( http://codecov.io/github/JuliaIO/JSON.jl?branch=master )
7
8
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
14
10
11
+ Type ` ] add JSON ` and then hit ⏎ Return at the REPL. You should see ` pkg> add JSON ` .
15
12
16
13
## Basic Usage
17
14
18
-
19
15
``` julia
20
16
import JSON
21
17
@@ -35,7 +31,6 @@ JSON.json(j)
35
31
36
32
## Documentation
37
33
38
-
39
34
``` julia
40
35
JSON. print (io:: IO , s:: AbstractString )
41
36
JSON. print (io:: IO , s:: Union{Integer, AbstractFloat} )
You can’t perform that action at this time.
0 commit comments