Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
JsonString s | |
JsonNumber n | |
JsonObject (Map s (JsonValue s n)) | |
JsonArray [JsonValue s n] | |
JsonBool Bool | |
JsonNull |
(TreeCursor (JsonCursor ByteString v w), Rank1 w, Select1 v, TestBit w) => FromJsonCursor ByteString v w (JsonValue ByteString ByteString) Source |
class JsonValueAt s n a where Source
jsonValueAt :: a -> Maybe (JsonValue s n) Source
TestBit w => JsonValueAt ByteString ByteString (JsonCursor ByteString v w) Source |