|
|
|
|
|
by aidenn0
2550 days ago
|
|
Static typing does not prevent this; the fact that static typed languages can parse freeform formats like JSON works as a simple example. If you statically prove that you check that they keys are there before using them, then the type system can be satisfied. |
|