fbshipit-source-id: edd3baa666d4f6b2290612f523eb2c04cc41068c

This commit is contained in:
Pritesh Nandgaonkar
2018-09-24 09:10:07 -07:00
parent 079057727c
commit bf7eeada67
4 changed files with 142 additions and 144 deletions

View File

@@ -1 +0,0 @@
../../../../../fbobjc/Libraries/FBCxxUtils/FBCxxUtils/FBCxxFollyDynamicConvert.h

View File

@@ -0,0 +1,14 @@
// Copyright 2004-present Facebook. All Rights Reserved.
#pragma once
#import <Foundation/Foundation.h>
#include <folly/dynamic.h>
namespace facebook {
namespace cxxutils {
folly::dynamic convertIdToFollyDynamic(id json, bool nullifyNanAndInf = false);
id convertFollyDynamicToId(const folly::dynamic &dyn);
} }