exiftool-vendored
Preparing search index...
parseJSON
Function parseJSON
parseJSON
(
s
:
string
)
:
any
Parses a JSON string into an object, reviving the custom types defined in the Revivers map.
BinaryField
is revived using
BinaryField.fromJSON
ExifDateTime
is revived using
ExifDateTime.fromJSON
ExifDate
is revived using
ExifDate.fromJSON
ExifTime
is revived using
ExifTime.fromJSON
Parameters
s
:
string
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
exiftool-vendored
Loading...
Parses a JSON string into an object, reviving the custom types defined in the Revivers map.