public static bool TryReadValue(this IJSValueReader reader, out string value) { return(reader.TryGetString(out value)); }