Home
last modified time | relevance | path

Searched refs:read_json (Results 1 – 25 of 623) sorted by relevance

12345678910>>...25

/dports/databases/redisjson/jsonpath-198043336123efdb71172af9f5aef18ef5ec2d6b/tests/
H A Djsonpath_examples.rs4 use common::{read_json, select_and_then_compare, setup};
14 read_json("./benchmark/example.json"), in example_authros_of_all_books()
30 read_json("./benchmark/example.json"), in all_authors()
46 read_json("./benchmark/example.json"), in all_things_both_books_and_bicycles()
65 read_json("./benchmark/example.json"), in the_price_of_everything()
76 read_json("./benchmark/example.json"), in the_third_book()
95 read_json("./benchmark/example.json"), in the_second_to_last_book()
114 read_json("./benchmark/example.json"), in the_first_two_books()
138 read_json("./benchmark/example.json"), in all_books_from_index_0_inclusive_until_index_2_exclusive()
162 read_json("./benchmark/example.json"), in all_books_from_index_1_inclusive_until_index_2_exclusive()
[all …]
H A Darray_filter.rs4 use common::{read_json, select_and_then_compare, setup};
14 read_json("./benchmark/data_obj.json"), in array_range_default()
138 read_json("./benchmark/data_obj.json"), in array_range_only_from_index()
152 read_json("./benchmark/data_obj.json"), in array_range_only_nagative_end_index()
165 read_json("./benchmark/data_obj.json"), in array_index()
176 read_json("./benchmark/data_obj.json"), in array_all_index()
193 read_json("./benchmark/data_obj.json"), in array_all_and_then_key()
204 read_json("./benchmark/data_obj.json"), in array_index_and_then_key()
215 read_json("./benchmark/data_obj.json"), in array_multiple_key()
H A Dreturn_type.rs4 use common::{read_json, select_and_then_compare, setup};
14 read_json("./benchmark/data_obj.json"), in return_type_for_single_object()
31 read_json("./benchmark/data_obj.json"), in return_type_for_single_object_key_matched()
45 read_json("./benchmark/data_obj.json"), in return_type_for_child_object_matched()
62 read_json("./benchmark/data_obj.json"), in return_type_for_child_object_not_matched()
73 read_json("./benchmark/data_obj.json"), in return_type_for_object_filter_true()
90 read_json("./benchmark/data_obj.json"), in return_type_for_array_filter_true()
H A Dop.rs4 use common::{read_json, select_and_then_compare, setup};
14 read_json("./benchmark/data_obj.json"), in op_object_eq()
31 read_json("./benchmark/data_obj.json"), in op_object_ge()
44 read_json("./benchmark/data_obj.json"), in op_object_or_default()
58 read_json("./benchmark/data_obj.json"), in op_object_and_or()
69 read_json("./benchmark/data_obj.json"), in op_result_type()
80 read_json("./benchmark/example.json"), in op_absolute_path_result_type()
91 read_json("./benchmark/example.json"), in op_complicated()
H A Dlib.rs9 use common::{compare_result, read_contents, read_json, setup};
18 let json_obj = read_json("./benchmark/data_obj.json"); in compile()
29 let json_obj = read_json("./benchmark/data_array.json"); in compile()
62 let json_obj = read_json("./benchmark/data_obj.json"); in selector()
99 let json_obj = read_json("./benchmark/data_obj.json"); in selector_as()
132 let json_obj = read_json("./benchmark/example.json"); in select()
H A Dselector.rs5 use common::{read_json, setup};
19 let mut json = read_json("./benchmark/example.json"); in selector_mut()
71 let mut json = read_json("./benchmark/example.json"); in selector_delete()
105 let mut json = read_json("./benchmark/example.json"); in selector_remove()
/dports/lang/rust/rustc-1.58.1-src/vendor/jsonpath_lib/tests/
H A Djsonpath_examples.rs4 use common::{read_json, select_and_then_compare, setup};
14 read_json("./benchmark/example.json"), in example_authros_of_all_books()
30 read_json("./benchmark/example.json"), in all_authors()
46 read_json("./benchmark/example.json"), in all_things_both_books_and_bicycles()
65 read_json("./benchmark/example.json"), in the_price_of_everything()
76 read_json("./benchmark/example.json"), in the_third_book()
95 read_json("./benchmark/example.json"), in the_second_to_last_book()
114 read_json("./benchmark/example.json"), in the_first_two_books()
138 read_json("./benchmark/example.json"), in all_books_from_index_0_inclusive_until_index_2_exclusive()
162 read_json("./benchmark/example.json"), in all_books_from_index_1_inclusive_until_index_2_exclusive()
[all …]
H A Darray_filter.rs4 use common::{read_json, select_and_then_compare, setup};
14 read_json("./benchmark/data_obj.json"), in array_range_default()
138 read_json("./benchmark/data_obj.json"), in array_range_only_from_index()
152 read_json("./benchmark/data_obj.json"), in array_range_only_nagative_end_index()
165 read_json("./benchmark/data_obj.json"), in array_index()
176 read_json("./benchmark/data_obj.json"), in array_all_index()
193 read_json("./benchmark/data_obj.json"), in array_all_and_then_key()
204 read_json("./benchmark/data_obj.json"), in array_index_and_then_key()
215 read_json("./benchmark/data_obj.json"), in array_multiple_key()
H A Dreturn_type.rs4 use common::{read_json, select_and_then_compare, setup};
14 read_json("./benchmark/data_obj.json"), in return_type_for_single_object()
31 read_json("./benchmark/data_obj.json"), in return_type_for_single_object_key_matched()
45 read_json("./benchmark/data_obj.json"), in return_type_for_child_object_matched()
62 read_json("./benchmark/data_obj.json"), in return_type_for_child_object_not_matched()
73 read_json("./benchmark/data_obj.json"), in return_type_for_object_filter_true()
90 read_json("./benchmark/data_obj.json"), in return_type_for_array_filter_true()
H A Dop.rs4 use common::{read_json, select_and_then_compare, setup};
14 read_json("./benchmark/data_obj.json"), in op_object_eq()
31 read_json("./benchmark/data_obj.json"), in op_object_ge()
44 read_json("./benchmark/data_obj.json"), in op_object_or_default()
58 read_json("./benchmark/data_obj.json"), in op_object_and_or()
69 read_json("./benchmark/data_obj.json"), in op_result_type()
80 read_json("./benchmark/example.json"), in op_absolute_path_result_type()
91 read_json("./benchmark/example.json"), in op_complicated()
H A Dlib.rs9 use common::{compare_result, read_contents, read_json, setup};
18 let json_obj = read_json("./benchmark/data_obj.json"); in compile()
29 let json_obj = read_json("./benchmark/data_array.json"); in compile()
62 let json_obj = read_json("./benchmark/data_obj.json"); in selector()
99 let json_obj = read_json("./benchmark/data_obj.json"); in selector_as()
132 let json_obj = read_json("./benchmark/example.json"); in select()
H A Dselector.rs5 use common::{read_json, setup};
21 .value(read_json("./benchmark/example.json")) in selector_mut()
74 .value(read_json("./benchmark/example.json")) in selector_delete()
109 .value(read_json("./benchmark/example.json")) in selector_remove()
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/io/json/
H A Dtest_readlines.py7 from pandas import DataFrame, read_json
33 result = read_json(json, lines=True)
39 result = read_json(json, lines=True)
55 tm.assert_frame_equal(read_json(result, lines=True), df)
62 tm.assert_frame_equal(read_json(result, lines=True), df)
122 unchunked = pd.read_json(path, lines=True)
160 with pd.read_json(
185 test = pd.read_json(j, lines=True, chunksize=chunksize)
198 result = read_json(path)
211 result = pd.read_json(jsonl, lines=True, nrows=nrows)
[all …]
H A Dtest_compression.py20 tm.assert_frame_equal(df, pd.read_json(path, compression=compression))
25 tm.assert_frame_equal(df, pd.read_json(result))
30 uncompressed_df = pd.read_json(uncompressed_path)
33 compressed_df = pd.read_json(compressed_path, compression="zip")
42 df = pd.read_json('{"a": [1, 2, 3], "b": [4, 5, 6]}')
49 roundtripped_df = pd.read_json(
58 df = pd.read_json('{"a": [1, 2, 3], "b": [4, 5, 6]}')
70 with pd.read_json(
78 df = pd.read_json('{"a": [1, 2, 3], "b": [4, 5, 6]}')
89 pd.read_json(path, compression="unsupported")
[all …]
H A Dtest_pandas.py105 result = read_json(
137 result = pd.read_json(
150 result = pd.read_json(
181 result = pd.read_json(
214 result = pd.read_json(
231 result = pd.read_json(
333 result = read_json(
342 result = read_json(
940 read_json(s)
1212 result = read_json(
[all …]
H A Dtest_deprecated_kwargs.py8 from pandas.io.json import read_json
15 tm.assert_frame_equal(df, read_json(buf, "split"))
18 tm.assert_frame_equal(df, read_json(buf, "columns"))
21 tm.assert_frame_equal(df, read_json(buf, "index"))
27 tm.assert_frame_equal(df, read_json(df.to_json(orient="split"), orient="split"))
29 df, read_json(df.to_json(orient="columns"), orient="columns")
31 tm.assert_frame_equal(df, read_json(df.to_json(orient="index"), orient="index"))
/dports/finance/electrum/Electrum-4.1.5/electrum/
H A Dconstants.py33 def read_json(filename, default): function
45 BIP39_WALLET_FORMATS = read_json('bip39_wallet_formats.json', [])
82 DEFAULT_SERVERS = read_json('servers.json', {})
83 CHECKPOINTS = read_json('checkpoints.json', [])
122 DEFAULT_SERVERS = read_json('servers_testnet.json', {})
123 CHECKPOINTS = read_json('checkpoints_testnet.json', [])
155 DEFAULT_SERVERS = read_json('servers_regtest.json', {})
169 DEFAULT_SERVERS = read_json('servers_regtest.json', {})
179 DEFAULT_SERVERS = read_json('servers_signet.json', {})
/dports/devel/py-dask/dask-2021.11.2/dask/dataframe/io/tests/
H A Dtest_json.py19 actual = dd.read_json(f, orient=orient, lines=False)
20 actual_pd = pd.read_json(f, orient=orient, lines=False)
34 return pd.read_json(*args)
39 actual_pd = pd.read_json(f, orient="records", lines=False)
57 res = dd.read_json(
64 res = dd.read_json(
79 actual = dd.read_json(fn, orient=orient, lines=False)
101 result = dd.read_json(os.path.join(dn, "*"))
111 dd.read_json(f, orient="split", blocksize=1)
119 d = dd.read_json(fn, blocksize=block, sample=10)
[all …]
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Djson_io.cpp73 in_file >> read_json; in open()
82 if (!read_json["recipes"].is_array()) in open()
86 return read_json["recipes"].size(); in open()
106 size_t number_of_recipes = (read_json["recipes"].is_array()) ?read_json["recipes"].size() :0; in load()
139 read_json.clear(); in load()
231 json read_json; in load() local
235 in_file >> read_json; in load()
318 json read_json; in load() local
322 in_file >> read_json; in load()
442 json read_json; in load() local
[all …]
/dports/converters/R-cran-jsonlite/jsonlite/man/
H A Dread_json.Rd2 % Please edit documentation in R/read_json.R
3 \name{read_json}
4 \alias{read_json}
9 read_json(path, simplifyVector = FALSE, ...)
36 read_json(tmp)
39 read_json(tmp, simplifyVector = TRUE)
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozbase/mozprofile/tests/
H A Dtest_webapps.py35 manifest_json_1 = WebappCollection.read_json(self.manifest_path_1)
43 manifest_json_2 = WebappCollection.read_json(self.manifest_path_2)
121 webapps_json = webapps.read_json(self.webapps_json_path, description="fake description")
126 manifest_json_1 = webapps.read_json(self.manifest_path_1)
127 manifest_json_2 = webapps.read_json(self.manifest_path_2)
143 webapps_json = webapps.read_json(self.webapps_json_path, description="a description")
162 manifest_json_2 = WebappCollection.read_json(self.manifest_path_2)
182 webapps_json = webapps.read_json(self.webapps_json_path, description='a fake description')
194 webapps_json = webapps.read_json(self.webapps_json_path)
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/python/pyarrow/tests/
H A Dtest_json.py29 from pyarrow.json import read_json, ReadOptions, ParseOptions
88 return self.read_json(pa.py_buffer(b), **kwargs)
98 table = self.read_json(bio)
103 self.read_json(sio)
215 def read_json(self, *args, **kwargs): member in TestSerialJSONRead
218 table = read_json(*args, **kwargs)
225 def read_json(self, *args, **kwargs): member in TestParallelJSONRead
228 table = read_json(*args, **kwargs)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/tests/
H A Dtest_json.py29 from pyarrow.json import read_json, ReadOptions, ParseOptions
96 return self.read_json(pa.py_buffer(b), **kwargs)
106 table = self.read_json(bio)
111 self.read_json(sio)
276 def read_json(self, *args, **kwargs): member in TestSerialJSONRead
279 table = read_json(*args, **kwargs)
286 def read_json(self, *args, **kwargs): member in TestParallelJSONRead
289 table = read_json(*args, **kwargs)
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/tests/
H A Dtest_json.py29 from pyarrow.json import read_json, ReadOptions, ParseOptions
96 return self.read_json(pa.py_buffer(b), **kwargs)
106 table = self.read_json(bio)
111 self.read_json(sio)
295 def read_json(self, *args, **kwargs): member in TestSerialJSONRead
298 table = read_json(*args, **kwargs)
305 def read_json(self, *args, **kwargs): member in TestParallelJSONRead
308 table = read_json(*args, **kwargs)
/dports/science/py-ase/ase-3.22.0/ase/test/bandstructure/
H A Dtest_bandstructure_json.py3 from ase.io.jsonio import read_json
18 bs1 = read_json('bs.json')
20 path1 = read_json('path.json')

12345678910>>...25