pure-swift-json v0.3.0
Pre-release
Pre-release
JSONEncoder
andJSONDecoder
are now prefixed withPS
to remove naming conflicts with Foundation. (#48)PSJSONEncoder
is now astruct
(#47)PSJSONEncoder
can now encode intoJSONValue
andPSJSONDecoder
can decode fromJSONValue
(#46)JSONValue.debugDataTypeDescription
is now internal (#29 #45)- everything is now under one target
PureSwiftJSON
. (#44) - The code is now formatted with
swiftformat
. This is enforced with CI (#43) - The "early stage development" warning has been removed (#49)
This shall be one of the last releases before 1.0.0
. With the changes in the project structure and the renaming of the PSJSONEncoder
and PSJSONDecoder
, I hope that the coming changes will not be source breaking.