jsondatacontext-linqpad icon indicating copy to clipboard operation
jsondatacontext-linqpad copied to clipboard

A JSON data context driver for LINQPad

Results 4 jsondatacontext-linqpad issues
Sort by recently updated
recently updated
newest added

Hello, I'm searching around for a tool similar to this and am wondering if this context currently supports--or would consider supporting--reading JSON objects from a stream. That is to say...

hhttps://www.visualstudio.com/en-ca/docs/integrate/api/tfvc/changesets Getting many errors when trying to add changeset url from local TFS instance lic class TypedDataContext : JsonDataContextBase { public IEnumerable Test { get { return GetTextJsonInput("7a3a553d-d404-4d95-8e50-2401723a3dac"); }} public...

great job! please publish to linqpad web site! http://www.linqpad.net/richclient/datacontextdrivers.aspx when adding json from web it takes quite a while to generate classes for this sample rest api: http://northwind.servicestack.net/

When I setting url like this : `http://172.17.13.140:8080/web/P2PServer.jsp?cache_mode=false&action=search&txtInput_json={"test" : ""}` It will compile context fail It Seems like general code cause some bug? By the way, web call UI is...