fbshipit-source-id: edd3baa666d4f6b2290612f523eb2c04cc41068c
This commit is contained in:
@@ -1 +0,0 @@
|
||||
../../../../../fbobjc/Libraries/FBCxxUtils/FBCxxUtils/FBCxxFollyDynamicConvert.h
|
||||
14
iOS/FlipperKit/FBCxxUtils/FBCxxFollyDynamicConvert.h
Normal file
14
iOS/FlipperKit/FBCxxUtils/FBCxxFollyDynamicConvert.h
Normal 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);
|
||||
|
||||
} }
|
||||
Reference in New Issue
Block a user