Added dynamic::convertTo<Type> method
authorNicholas Ormrod <njormrod@fb.com>
Tue, 14 Aug 2012 23:11:03 +0000 (16:11 -0700)
committerTudor Bosman <tudorb@fb.com>
Sun, 26 Aug 2012 18:13:09 +0000 (11:13 -0700)
commit5b67454fe0be0482000e6fb53c73d2c84bb7dab6
treec6ae7fc0cf2cb87c0e5c28ea17dfc68122deac11
parent37f0ea5436571ecb77d1550991f02ba1b066ccec
Added dynamic::convertTo<Type> method

Summary: convert a dynamic to a well-typed object

Test Plan: run test file

Reviewed By: delong.j@fb.com

FB internal diff: D517021
folly/DynamicConverter.h [new file with mode: 0644]
folly/docs/Dynamic.md
folly/docs/DynamicConverter.md [new file with mode: 0644]
folly/test/DynamicConverterTest.cpp [new file with mode: 0644]