Is there a standardized method for displaying high-resolution timestamps in JSON and/or JavaScript?
It would be ideal to have support for at least 100 ns resolution, as it would simplify the server code (due to the 100 ns resolution of the .NET DateTime).
I have come across numerous inquiries regarding high-resolution timers, but I simply need a way to represent it in an application API.
This pertains to an API developed in REST style using JSON, so precise time measurement in this resolution is not necessary. Nevertheless, the goal is to transmit and utilize (potentially in JavaScript) the timestamp with its full 100 ns resolution (in line with .NET standards).