-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
Even though it is stated that LINQ query syntax should be avoided due to performance reduction - Is there a chance, that the documentation could be enhanced by laying out the examples in both syntax styles?
As a learner who tries to get get his head around parsing things, I find myself to be much more comfortable using the LINQ query syntax, as it is much easier to read and understand. That is why I make good progress with understanding Sprache, that has inspired this project.
An alternative Json tutorial would also be an option, if the contributors feel, that the README is blown up enough.
Thank you!