Git Product home page Git Product logo

jsondatacontext-linqpad's Introduction

JSON Data Context Driver for LINQPad

A dynamic data context driver for querying JSON data with LINQPad. See here for an overview, and check the releases for binaries.

This driver allows you to select a set of JSON inputs from which a LINQPad data context will be generated for strongly typed access. A context can currently be built from any combination of:

  • plain text inputs (for example, pasted in or typed by hand)
  • individual file paths
  • directories to search, with a filemask (e.g. *.json, *.*) and the option for recursive enumeration
  • GET calls to urls that return json, exposed either as properties on the context, or methods with parameters mapped to querystring components in the url

####Screenshots

####Planned Features:

  • enhanced support for grabbing JSON from the world wide web (basic GET with headers is currently supported, support for POST planned)
  • support for caching of deserialised data, as well as programmatic invalidation of cached data
  • support for persisting new data to the context (for example, written to path in the context's search definitions), allowing you to build out your context as you go
  • better support wrapped JSON
  • fixes for JSON data that it chokes on
  • better error handling and no modal error dialogs (please forgive me, gods of UX).

####Considerations: #####Errors:

Errors encountered when processing individual sources will not typically prevent the construction of a full context; that is, 'bad' inputs will be ignored and the context is generated with 'good' ones. If the driver fails on inputs that you are able to share, please include them when filing an issue.

####Contributing:

Very welcome - fork, branch, PR ๐ŸŒŸ

####Attributions:

jsondatacontext-linqpad's People

Contributors

rdavisau avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.