[Answered ]-Using jQuery to Read a JSON File Generated by Django's Serialization

2👍

var type = json[0].fields.title

You first have to define the array index. Other than that, you’re on the right track.

Leave a comment