Add ability to merge dynamic objects
authorKevin Hurley <kph@fb.com>
Fri, 11 Sep 2015 17:25:14 +0000 (10:25 -0700)
committerfacebook-github-bot-9 <folly-bot@fb.com>
Fri, 11 Sep 2015 18:20:19 +0000 (11:20 -0700)
commit84138864d0f593e23c76deb3b9da430cbb0a4ab2
treec1a5605fa633483a35db7c94e7ac1102c76b3b7e
parent09e6623e7cbf0a86c981a5313f6f9794b4b8a41e
Add ability to merge dynamic objects

Summary: Adding ability to merge dynamic objects with another object.  It will just overwrite duplicate keys

Reviewed By: @yfeldblum

Differential Revision: D2413628
folly/dynamic-inl.h
folly/dynamic.h
folly/test/DynamicTest.cpp