Home > @firebase/firestore > lite > Timestamp > toJSON
Timestamp.toJSON() method
Returns a JSON-serializable representation of this Timestamp.
Signature:
toJSON(): {
seconds: number;
nanoseconds: number;
};
Returns:
Home > @firebase/firestore > lite > Timestamp > toJSON
Returns a JSON-serializable representation of this Timestamp.
Signature:
toJSON(): {
seconds: number;
nanoseconds: number;
};
Returns: