// Copyright 2004-present Facebook. All Rights Reserved. #pragma once #import #include namespace facebook { namespace cxxutils { using json = nlohmann::json; NSDictionary *convertNlohmannJSONToNSDictionary(const json &input); } }