We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using version April 22, 2011 and jquery 1.6.1 here is a standalone testcase, where array will be empty. - Is this known?
<script type="text/javascript" src="http://code.jquery.com/jquery-1.6.1.min.js"></script> <script type="text/javascript" src="jquery.mockjson.js"></script> <script> var mockobject = { "name" : "name", "cars" : ["car1", "car2"] }; $.mockJSON(/testurl/, mockobject); $.getJSON("testurl", "", function(data){ console.log(data); } ); </script>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using version April 22, 2011 and jquery 1.6.1
here is a standalone testcase, where array will be empty. - Is this known?
The text was updated successfully, but these errors were encountered: