Skip to content

Commit 53c63f0

Browse files
Use PropertyDicts.jl (#23)
* Use PropertyDicts.jl * Only using PropertyDict * v0.2.2
1 parent 234a33b commit 53c63f0

File tree

3 files changed

+5
-67
lines changed

3 files changed

+5
-67
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
name = "LazyJSON"
22
uuid = "fc18253b-5e1b-504c-a4a2-9ece4944c004"
33
license = "MIT"
4-
version = "0.2.1"
4+
version = "0.2.2"
55

66
[deps]
77
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
88
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
9+
PropertyDicts = "f8a19df8-e894-5f55-a973-672c1158cbca"
910

1011
[compat]
1112
JSON = "0.18, 0.19, 0.20, 0.21"
1213
JSON2 = "0.1, 0.2, 0.3"
1314
OrderedCollections = "1"
15+
PropertyDicts = "0.1"
1416
julia = "1"
1517

1618
[extras]

src/LazyJSON.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module LazyJSON
22

3+
using PropertyDicts: PropertyDict
4+
35
module JSONjl
46
using JSON
57
end
@@ -16,7 +18,6 @@ macro lazywarn(a...)
1618
end
1719

1820
include("SplicedStrings.jl") ; using .SplicedStrings: SplicedString
19-
include("PropertyDicts.jl") ; using .PropertyDicts: PropertyDict
2021
include("IOStrings.jl") ; using .IOStrings: IOString, pump
2122

2223

src/PropertyDicts.jl

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)