.NET Design Review: JSON

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

4:00 Roundtripping is *ONE* use case. Not the *ONLY* use case.

michaelpowell
Автор

46:00 Remember, "property names" in JSON (really, just a kind of associative *KEY* ) are simply *UTF8 STRING* . As are, I think .NET names, UTF8, I mean. What does it mean, then, to receive a span of characters? bytes? given the scenario?

michaelpowell
Автор

50:30 I agree. Overthinking it. I would simply copy the string ahead of time.

michaelpowell
Автор

5:10 I agree, parse-aligned-with-JSON-specification, at any rate. There's no mystery there, nothing that magical.

michaelpowell
Автор

41:25 That's not wrong, but again, review the specification.

michaelpowell