Home
last modified time | relevance | path

Searched refs:parseJSON (Results 251 – 275 of 1033) sorted by relevance

1...<<11121314151617181920>>...42

/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/reflection-2.1.6/examples/
H A DFromJSON.hs45 parseJSON (Object v) = J <$> reflect (Proxy :: Proxy s) v function
46 parseJSON _ = empty function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/reflection-2.1.6/examples/
H A DFromJSON.hs45 parseJSON (Object v) = J <$> reflect (Proxy :: Proxy s) v function
46 parseJSON _ = empty function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/reflection-2.1.6/examples/
H A DFromJSON.hs45 parseJSON (Object v) = J <$> reflect (Proxy :: Proxy s) v function
46 parseJSON _ = empty function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/aws-0.22/Aws/DynamoDb/Commands/
H A DGetItem.hs80 parseJSON (Object v) = GetItemResponse function
83 parseJSON _ = fail "GetItemResponse must be an object." function
H A DPutItem.hs93 parseJSON (Object v) = PutItemResponse function
97 parseJSON _ = fail "PutItemResponse must be an object." function
H A DDeleteItem.hs92 parseJSON (Object v) = DeleteItemResponse function
96 parseJSON _ = fail "DeleteItemResponse must be an object." function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/reflection-2.1.6/examples/
H A DFromJSON.hs45 parseJSON (Object v) = J <$> reflect (Proxy :: Proxy s) v function
46 parseJSON _ = empty function
/dports/sysutils/go-wtf/wtf-0.21.0/modules/rollbar/
H A Dclient.go23 parseJSON(&items, resp.Body)
60 func parseJSON(obj interface{}, text io.Reader) { func
/dports/devel/hs-git-annex/git-annex-8.20210903/Messages/
H A DJSON.hs199 parseJSON (Object v) = JSONActionItem function
201 <*> (maybe (return Nothing) parseJSON =<< (v .:? "key"))
206 parseadded = (Just <$> parseJSON (Object v)) <|> return Nothing
207 parseJSON _ = mempty function
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/CoreFn/
H A DFromJSON.hs37 t <- parseJSON v
105 properNameFromJSON = fmap ProperName . parseJSON
116 moduleNameFromJSON v = ModuleName . T.intercalate "." <$> listParser parseJSON v
131 moduleComments <- o .: "comments" >>= listParser parseJSON
148 reExportsFromJSON = fmap (M.map (map Ident)) . parseJSON
172 (l, v') <- parseJSON v :: Parser (PSString, Value)
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/Ide/
H A DCommand.hs93 parseJSON = withObject "ImportCommand" $ \o -> do function
112 parseJSON = withObject "ListType" $ \o -> do function
121 parseJSON = withObject "command" $ \o -> do function
/dports/net/kea/kea-2.0.1/src/bin/agent/tests/
H A Dget_config_unittest.cc74 parseJSON(const std::string& in, bool verbose = false) { in parseJSON() function
149 json = parseJSON(config, true); in executeConfiguration()
265 ASSERT_NO_THROW(jsonj = parseJSON(expected)); in TEST_F()
/dports/net/kea/kea-2.0.1/src/bin/d2/tests/
H A Dget_config_unittest.cc73 parseJSON(const std::string& in, bool verbose = false) { in parseJSON() function
143 json = parseJSON(config, true); in executeConfiguration()
265 ASSERT_NO_THROW(jsonj = parseJSON(expected)); in TEST_F()
/dports/net/kea/kea-2.0.1/src/bin/netconf/tests/
H A Dget_config_unittest.cc77 parseJSON(const std::string& in, bool verbose = false) { in parseJSON() function
152 json = parseJSON(config, true); in executeConfiguration()
266 ASSERT_NO_THROW_LOG(jsonj = parseJSON(expected)); in TEST_F()
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/src/
H A DJson.hs15 parseJSON = withObject "profile" $ \v -> do function
61 parseJSON = withObject "cost_centre" $ \v -> CostCentre function
/dports/x11/conlecterm/conlecterm-1.4.3.0/src/
H A DSessionParser.hs48 parseJSON (String v) = return $ toOrientation v function
49 parseJSON _ = mzero function
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/blevesearch/bleve/cmd/bleve/cmd/
H A Dbulk.go73 if parseJSON {
116 …bulkCmd.Flags().BoolVarP(&parseJSON, "json", "j", true, "Parse the contents as JSON, defaults true…
/dports/biology/py-multiqc/multiqc-1.10/multiqc/modules/mtnucratio/
H A Dmtnucratio.py34 self.parseJSON(f)
51 def parseJSON(self, f): member in MultiqcModule
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul-template/template/
H A Dtemplate_test.go902 …Contents: `{{ $requiredTags := parseJSON "[\"prod\",\"us-realm\"]" }}{{ range service "webapp" }}{…
930 …Contents: `{{ $requiredTags := parseJSON "[]" }}{{ range service "webapp" }}{{ if .Tags | contains…
958 …Contents: `{{ $acceptableTags := parseJSON "[\"v2\",\"v3\"]" }}{{ range service "webapp" }}{{ if .…
986 …Contents: `{{ $acceptableTags := parseJSON "[]" }}{{ range service "webapp" }}{{ if .Tags | contai…
1014 …Contents: `{{ $forbiddenTags := parseJSON "[\"devel\",\"staging\"]" }}{{ range service "webapp" }}…
1042 …Contents: `{{ $forbiddenTags := parseJSON "[]" }}{{ range service "webapp" }}{{ if .Tags | contain…
1070 …Contents: `{{ $excludingTags := parseJSON "[\"es-v1\",\"es-v2\"]" }}{{ range service "webapp" }}{{…
1098 …Contents: `{{ $excludingTags := parseJSON "[]" }}{{ range service "webapp" }}{{ if .Tags | contain…
1415 Contents: `{{ "{\"foo\": \"bar\"}" | parseJSON }}`,
1630 Contents: `{{ "{\"foo\":\"bar\"}" | parseJSON | toTOML }}`,
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/casa-types-0.0.2/src/Casa/
H A DTypes.hs32 parseJSON = parseJSON >=> (either fail pure . blobKeyHexParser) function
/dports/devel/stack/stack-2.7.3/_cabal_deps/aeson-1.5.6.0/tests/
H A DInstances.hs84 parseJSON (Object v) = Foo <$> function
89 parseJSON _ = empty function
130 parseJSON a = Approx <$> parseJSON a function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/aeson-1.5.6.0/tests/
H A DInstances.hs84 parseJSON (Object v) = Foo <$> function
89 parseJSON _ = empty function
130 parseJSON a = Approx <$> parseJSON a function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/aeson-1.5.6.0/tests/
H A DInstances.hs84 parseJSON (Object v) = Foo <$> function
89 parseJSON _ = empty function
130 parseJSON a = Approx <$> parseJSON a function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/aeson-1.5.6.0/tests/
H A DInstances.hs84 parseJSON (Object v) = Foo <$> function
89 parseJSON _ = empty function
130 parseJSON a = Approx <$> parseJSON a function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/aeson-1.5.6.0/tests/
H A DInstances.hs84 parseJSON (Object v) = Foo <$> function
89 parseJSON _ = empty function
130 parseJSON a = Approx <$> parseJSON a function

1...<<11121314151617181920>>...42