Lines Matching refs:json

15     nlohmann::json j = {{"foo", "$bus"}};  in TEST()
21 nlohmann::json expected = 23; in TEST()
27 nlohmann::json j = {{"foo", "$TEST"}}; in TEST()
33 nlohmann::json expected = "Test"; in TEST()
39 nlohmann::json j = {{"foo", "the $TEST"}}; in TEST()
45 nlohmann::json expected = "the Test"; in TEST()
51 nlohmann::json j = {{"foo", "the $TEST worked"}}; in TEST()
57 nlohmann::json expected = "the Test worked"; in TEST()
63 nlohmann::json j = {{"foo", "the Test $TEST"}}; in TEST()
69 nlohmann::json expected = "the Test 23"; in TEST()
75 nlohmann::json j = {{"foo", "3 plus 1 equals $TEST + 1"}}; in TEST()
81 nlohmann::json expected = "3 plus 1 equals 4"; in TEST()
87 nlohmann::json j = {{"foo", "3 minus 1 equals $TEST - 1 !"}}; in TEST()
93 nlohmann::json expected = "3 minus 1 equals 2 !"; in TEST()
99 nlohmann::json j = {{"foo", "3 mod 2 equals $TEST % 2"}}; in TEST()
105 nlohmann::json expected = "3 mod 2 equals 1"; in TEST()
111 nlohmann::json j = {{"foo", "3 * 2 equals $TEST * 2"}}; in TEST()
117 nlohmann::json expected = "3 * 2 equals 6"; in TEST()
123 nlohmann::json j = {{"foo", "4 / 2 equals $TEST / 2"}}; in TEST()
129 nlohmann::json expected = "4 / 2 equals 2"; in TEST()
135 nlohmann::json j = {{"foo", "4 * 2 % 6 equals $TEST * 2 % 6"}}; in TEST()
141 nlohmann::json expected = "4 * 2 % 6 equals 2"; in TEST()
147 nlohmann::json j = {{"foo", "$FOO $BAR"}}; in TEST()
154 nlohmann::json expected = "foo bar"; in TEST()
160 nlohmann::json j = {{"foo", "4 / 2 equals $TEST / 2 $BAR"}}; in TEST()
167 nlohmann::json expected = "4 / 2 equals 2 bar"; in TEST()
172 nlohmann::json j = {{"foo", "4 / 2 equals $ADDRESS / 2 $BAR"}}; in TEST()
179 nlohmann::json expected = "4 / 2 equals 2 bar"; in TEST()
185 nlohmann::json j = {{"Address", "0x54"}, in TEST()
197 nlohmann::json expected = {{"Address", 84}, in TEST()
206 nlohmann::json j = {{"foo", "twelve is $TEST"}}; in TEST()
212 nlohmann::json expected = "twelve is 12"; in TEST()
218 nlohmann::json j = {{"foo", "0x54"}}; in TEST()
223 nlohmann::json expected = 84; in TEST()
229 nlohmann::json j = {{"foo", "$EXISTENT_VAR and $NON_EXISTENT_VAR"}}; in TEST()
239 nlohmann::json expected = "Replaced and "; in TEST()
245 nlohmann::json j = {{"foo", "the Test $TEST is $TESTED"}}; in TEST()
249 nlohmann::json expected = "the Test is "; in TEST()
255 nlohmann::json j = R"("foo")"_json; in TEST()
262 nlohmann::json j = R"("foo*")"_json; in TEST()
269 nlohmann::json j = R"("foobar")"_json; in TEST()
276 nlohmann::json j = R"("foo[")"_json; in TEST()
283 nlohmann::json j = R"("foo(?!bar)...foo")"_json; in TEST()
292 nlohmann::json j = R"("0")"_json; in TEST()
299 nlohmann::json j = R"("1")"_json; in TEST()
306 nlohmann::json j = R"("11")"_json; in TEST()
313 nlohmann::json j = R"("false")"_json; in TEST()
320 nlohmann::json j = R"("true")"_json; in TEST()
327 nlohmann::json j = R"("false")"_json; in TEST()
334 nlohmann::json j = R"("255")"_json; in TEST()
341 nlohmann::json j = R"("65535")"_json; in TEST()
348 nlohmann::json j = R"("false")"_json; in TEST()
355 nlohmann::json j = R"("true")"_json; in TEST()
362 nlohmann::json j = R"("11")"_json; in TEST()
369 nlohmann::json j = R"("-11")"_json; in TEST()
376 nlohmann::json j = R"("1*4")"_json; in TEST()
383 nlohmann::json j = R"("foo")"_json; in TEST()
390 nlohmann::json j = R"("123.4")"_json; in TEST()
397 nlohmann::json j = R"("-123.4")"_json; in TEST()
404 nlohmann::json j = R"("-123.4")"_json; in TEST()
411 nlohmann::json j = R"(false)"_json; in TEST()
418 nlohmann::json j = R"(true)"_json; in TEST()
425 nlohmann::json j = R"(false)"_json; in TEST()
432 nlohmann::json j = R"(true)"_json; in TEST()
439 nlohmann::json j = R"(true)"_json; in TEST()
446 nlohmann::json j = R"(true)"_json; in TEST()
453 nlohmann::json j = R"(false)"_json; in TEST()
460 nlohmann::json j = R"(false)"_json; in TEST()
467 nlohmann::json j = R"(true)"_json; in TEST()
474 nlohmann::json j = R"(true)"_json; in TEST()
481 nlohmann::json j = R"(false)"_json; in TEST()
488 nlohmann::json j = R"(false)"_json; in TEST()
495 nlohmann::json j = R"(false)"_json; in TEST()
502 nlohmann::json j = R"(true)"_json; in TEST()
509 nlohmann::json j = R"(true)"_json; in TEST()
516 nlohmann::json j = R"(11)"_json; in TEST()
523 nlohmann::json j = R"(1)"_json; in TEST()
530 nlohmann::json j = R"(0)"_json; in TEST()
537 nlohmann::json j = R"(11)"_json; in TEST()
544 nlohmann::json j = R"(11)"_json; in TEST()
551 nlohmann::json j = R"(65535)"_json; in TEST()
558 nlohmann::json j = R"(11)"_json; in TEST()
565 nlohmann::json j = R"(11)"_json; in TEST()
572 nlohmann::json j = R"(11)"_json; in TEST()
579 nlohmann::json j = R"(11)"_json; in TEST()
586 nlohmann::json j = R"(11)"_json; in TEST()
593 nlohmann::json j = R"(-11)"_json; in TEST()
600 nlohmann::json j = R"(-1)"_json; in TEST()
607 nlohmann::json j = R"(-11)"_json; in TEST()
614 nlohmann::json j = R"(-11)"_json; in TEST()
621 nlohmann::json j = R"(-124)"_json; in TEST()
628 nlohmann::json j = R"(-11)"_json; in TEST()
635 nlohmann::json j = R"(-11)"_json; in TEST()
642 nlohmann::json j = R"(-11)"_json; in TEST()
649 nlohmann::json j = R"(-11)"_json; in TEST()
656 nlohmann::json j = R"(0.0)"_json; in TEST()
663 nlohmann::json j = R"(0.0)"_json; in TEST()
670 nlohmann::json j = R"(1.0)"_json; in TEST()
677 nlohmann::json j = R"(-124.0)"_json; in TEST()
684 nlohmann::json j = R"(-124.0)"_json; in TEST()
691 nlohmann::json j = R"(124.7)"_json; in TEST()
697 nlohmann::json j = R"(-124.2)"_json; in TEST()
704 nlohmann::json j = R"(-124.3)"_json; in TEST()
711 nlohmann::json j = R"(-11.0)"_json; in TEST()
718 nlohmann::json j = R"(-11.2)"_json; in TEST()
725 nlohmann::json j = R"([1, 2])"_json; in TEST()
732 nlohmann::json j = R"([1, 2])"_json; in TEST()
739 nlohmann::json j = R"([1, 2])"_json; in TEST()
746 nlohmann::json j = R"([1, 2])"_json; in TEST()
753 nlohmann::json j = R"([1, 2])"_json; in TEST()
760 nlohmann::json j = R"([1, 2])"_json; in TEST()
767 nlohmann::json j = R"([1, 2])"_json; in TEST()
774 nlohmann::json j = R"([1, 2, 3])"_json; in TEST()
781 nlohmann::json j = R"([1, 2])"_json; in TEST()
788 nlohmann::json j = R"([])"_json; in TEST()
795 nlohmann::json j = R"([])"_json; in TEST()
802 nlohmann::json j = R"([1])"_json; in TEST()
809 nlohmann::json j = R"({"foo": "bar"})"_json; in TEST()
816 nlohmann::json j = R"({"foo": "bar"})"_json; in TEST()
823 nlohmann::json j = R"({"foo": "bar"})"_json; in TEST()
830 nlohmann::json j = R"({"foo": "bar"})"_json; in TEST()
837 nlohmann::json j = R"({"foo": "bar"})"_json; in TEST()
844 nlohmann::json j = R"({"foo": "bar"})"_json; in TEST()
851 nlohmann::json j = R"({"foo": "bar"})"_json; in TEST()
858 nlohmann::json j = R"(null)"_json; in TEST()
865 nlohmann::json j = R"(null)"_json; in TEST()
872 nlohmann::json j = R"(null)"_json; in TEST()
879 nlohmann::json j = R"(null)"_json; in TEST()
886 nlohmann::json j = R"(null)"_json; in TEST()
893 nlohmann::json j = R"(null)"_json; in TEST()
900 nlohmann::json j = R"(null)"_json; in TEST()