aspnetcore/samples/StandaloneApp
Steve Sanderson 20e43adac5 camelCase all the JSONs (#746)
* Add camelCase utility

* Use camelCase when JSON-serializing (but not for dictionary keys)

* Make JSON deserialization treat member names case-insensitively (but retain case on dictionary keys)

* Use camelCase in JSON in the samples and templates

* Reverse the order of the params for the camelcase test because it's weird otherwise

* CR feedback
2018-05-04 16:14:38 +01:00
..
Pages Add [Parameter] to route parameter in paging sample 2018-05-01 13:48:38 +01:00
Properties
Shared
wwwroot camelCase all the JSONs (#746) 2018-05-04 16:14:38 +01:00
App.cshtml
Program.cs
StandaloneApp.csproj
_ViewImports.cshtml