mockJSON icon indicating copy to clipboard operation
mockJSON copied to clipboard

MockJSON is a plugin for jQuery that can hijack JSON and JSONP requests and respond with randomly generated JSON data.

Results 17 mockJSON issues
Sort by recently updated
recently updated
newest added

Hello @mennovanslooten , I am the member of [cdnjs](https://github.com/cdnjs/cdnjs) project. We want to host this library. But there are some question want to ask. I want to confirm which files...

Now your generator functions can return objects. It allows you to nest generator functions.

MIT is practically a superset of GPL, we could just remove GPL and be good.

Using version April 22, 2011 and jquery 1.6.1 here is a standalone testcase, where array will be empty. - Is this known? ``` javascript var mockobject = { "name" :...

1. async call to success 1. support newer $.ajax format 2. consider ajaxSetup global settings 3. option to use mock data verbatim (not with randomized array sizes)

This allows us to turn off console.log, which can get messy. ``` if ($.mockJSON.log) { console.log(key); console.log(params); } ```

Over the past couple of years I have wanted the ability to reference the output of one templated item inside another property. This hasn't been available from what I've seen...

Hello, I would like to thank you very much for a great library. I do have a small request though, if you could make a small change to it to...