onryldz / x-superobject

Delphi Cross Platform Rapid JSON
316 stars 118 forks source link

Add method TryGetValue #123

Open EvgeniyKorepov opened 6 years ago

EvgeniyKorepov commented 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!