| 1524 | std::string stop_id = it->value().as<std::string>(); |
| 1525 | CHECK((stop_id == "8220B007612")); //-V521 |
| 1526 | } JSONCONS_CATCH (const std::exception& e) { |
| 1527 | std::cout << e.what() << '\n'; |
| 1528 | } |
| 1529 | } |
| 1530 | /* |
| 1531 | #if defined(JSONCONS_HAS_STATEFUL_ALLOCATOR) && JSONCONS_HAS_STATEFUL_ALLOCATOR == 1 |