Home
last modified time | relevance | path

Searched refs:json_strings (Results 1 – 4 of 4) sorted by relevance

/dports/devel/py-genson/genson-1.2.2/genson/
H A Dcli.py129 json_strings = self._detect_json_strings(raw_text)
131 json_strings = raw_text.split(self.args.delimiter)
134 return [string.strip() for string in json_strings if string.strip()]
146 json_strings = [string + '}' for string in strings[:-1]]
149 json_strings.append(strings[-1])
151 return json_strings
/dports/devel/simdjson/simdjson-0.9.6/tests/
H A Ddocument_tests.cpp10 std::vector<std::string> json_strings{"[true,false]", "[1,2,3,null]", in issue938() local
13 for (simdjson::padded_string str : json_strings) { in issue938()
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/tests/dom/
H A Ddocument_tests.cpp10 std::vector<std::string> json_strings{"[true,false]", "[1,2,3,null]", in issue938() local
13 for (simdjson::padded_string str : json_strings) { in issue938()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/exec/
H A Dhash_join_node_test.cc44 const std::vector<util::string_view>& json_strings, int multiplicity = 1) { in GenerateBatchesFromString() argument
52 for (auto&& s : json_strings) { in GenerateBatchesFromString()