bontbok-wolf
-
Fixes #8. Thanks, @jonathantower!
-
Fixes #7. Grateful to @Herocod3r, for the pull request! Thanks.
-
New: All
~Response
types now has aRawJson
property that exposes the raw JSON sent by PayStack Server, as aString
. The~Response
types also has.AsJObject()
extension method that parses thisRawJson
as aJObject
. A JObject can be used to retrieve 'values' not exposed via the typed interface as described at Querying Json with LINQ.
Happy Coding!