half-complete refactor
This commit is contained in:
parent
25bbbfdbcc
commit
8fbcd12284
100 changed files with 483 additions and 327 deletions
8
test/data/null_lookup_array.hpp
Normal file
8
test/data/null_lookup_array.hpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
const auto null_lookup_array_data = mstch::map{
|
||||
{"name", std::string{"David"}},
|
||||
{"twitter", std::string{"@dasilvacontin"}},
|
||||
{"farray", mstch::array{
|
||||
mstch::array{std::string{"Flor"}, std::string{"@florrts"}},
|
||||
mstch::array{std::string{"Miquel"}, mstch::node{}},
|
||||
}}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue