Created for the May 2019 CodePen Challenge
A Pen by Zach Ashworth on CodePen.
Created for the May 2019 CodePen Challenge
A Pen by Zach Ashworth on CodePen.
| namespace Expando | |
| { | |
| public static class ExpandoHelper | |
| { | |
| public static dynamic ParseDictionary(IDictionary<string, object> dict, Type explicitType) | |
| { | |
| if (dict == null) | |
| { | |
| throw new ArgumentNullException("dict", "Dictionary was null, cannot parse a null dictionary"); |
| // let metaData = { | |
| // information:"", | |
| // symbol:"", | |
| // lastRefresh:"", | |
| // outputSize:"", | |
| // timeZone:"" | |
| // } | |
| let candleOhlcMappings = []; |
A Pen by Zach Ashworth on CodePen.
A Pen by Zach Ashworth on CodePen.