Safe Haskell | None |
---|---|
Language | Haskell2010 |
There should be a JSON Reference library for haskell.
- combineIdAndRef :: Text -> Text -> Text
- combineIds :: Text -> Text -> Text
- updateId :: Text -> HashMap Text Value -> Text
- refAndP :: Text -> Maybe (Text, Text)
- fetchRef :: Text -> IO (Either Text (HashMap Text Value))
- safeGet :: Text -> IO (Either Text ByteString)
- jsonPointer :: Text -> Value -> Maybe Value
Documentation
combineIdAndRef :: Text -> Text -> Text Source
combineIds :: Text -> Text -> Text Source
jsonPointer :: Text -> Value -> Maybe Value Source
There should be a JSON Pointer library.
Spec: http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-07