|
|
|
|
|
by flavio81
485 days ago
|
|
>That means that a field called "date" can be either a string, integer days since the epoch or a Java Date, and (because this codebase isn't great) there's no way of knowing without tracing the call stack. But this is because JSON is an untyped data structure. (And btw, a flawed one...) You would have this problem in any programming language. |
|