eaglestorm / mybatisnet

Automatically exported from code.google.com/p/mybatisnet
0 stars 0 forks source link

Change to use JSON Config #62

Open eaglestorm opened 8 years ago

eaglestorm commented 8 years ago

ASP.NET 5 uses JSON for all it's configuration. This is much nicer that XML and more readable.
Changes needed:

One thing that will probably be annoying is that JSON does not allow line breaks in strings. This means the SQL statements will not be as readable.