Fore JSON Demo: Movies Explorer
Master/detail, index('movies'), insert/delete/setvalue.
{ "ui": { "query": ""}, "movies": [ { "title": "Blade Runner", "year": 1982, "rating": 8.1, "genres": ["Sci-Fi","Noir"], "watched": true }, { "title": "Arrival", "year": 2016, "rating": 7.9, "genres": ["Sci-Fi","Drama"], "watched": false }, { "title": "Spirited Away", "year": 2001, "rating": 8.6, "genres": ["Animation","Fantasy"], "watched": true }, { "title": "The Matrix", "year": 1999, "rating": 8.7, "genres": ["Sci-Fi","Action"], "watched": true }, { "title": "Alien", "year": 1979, "rating": 8.5, "genres": ["Sci-Fi","Horror"], "watched": true }, { "title": "Inception", "year": 2010, "rating": 8.8, "genres": ["Sci-Fi","Thriller"], "watched": true }, { "title": "Interstellar", "year": 2014, "rating": 8.6, "genres": ["Sci-Fi","Drama"], "watched": true }, { "title": "Her", "year": 2013, "rating": 8.0, "genres": ["Sci-Fi","Romance"], "watched": false }, { "title": "Ex Machina", "year": 2014, "rating": 7.7, "genres": ["Sci-Fi","Drama"], "watched": false }, { "title": "The Godfather", "year": 1972, "rating": 9.2, "genres": ["Crime","Drama"], "watched": true }, { "title": "Mad Max: Fury Road", "year": 2015, "rating": 8.1, "genres": ["Action","Sci-Fi"], "watched": true }, { "title": "Parasite", "year": 2019, "rating": 8.5, "genres": ["Thriller","Drama"], "watched": true } ] }

Movies

Selected index: {index('movies')}
New Movie