Open EvgeniyKorepov opened 6 years ago
Please add a method function TryGetValue(out AValue: T): Boolean; overload; function TryGetValue(const APath: string; out AValue: T): Boolean; overload;
By analogy with http://docwiki.embarcadero.com/Libraries/Tokyo/en/System.JSON.TJSONValue.TryGetValue
This would greatly reduce the amount of code when working with your wonderful product. Thank you in advance!
Please add a method function TryGetValue(out AValue: T): Boolean; overload;
function TryGetValue(const APath: string; out AValue: T): Boolean; overload;
By analogy with http://docwiki.embarcadero.com/Libraries/Tokyo/en/System.JSON.TJSONValue.TryGetValue
This would greatly reduce the amount of code when working with your wonderful product. Thank you in advance!