  {
	"menu_id": "fast_net_continued_menu",
	"parent_menu_id": "blt_options",
	"title": "FastNETMenuOptionsButtonTitleID",
	"description": "FastNETMenuOptionsButtonDescID",
	"items": [
		{
			"type": "toggle",
			"id": "SortAlphabeticallyHeists",
			"title": "FastNETMenuSortAlphabeticallyHeistsTitleID",
			"description": "FastNETMenuSortAlphabeticallyHeistsDescID",
			"callback": "callback_SortAlphabeticallyHeists",
			"value": "SortAlphabeticallyHeists",
			"default_value": false
		},
		{
			"type": "toggle",
			"id": "use_standard_scene",
			"title": "use_standard_scene_title",
			"description": "use_standard_scene_desc",
			"callback": "callback_use_standard_scene",
			"value": "use_standard_scene",
			"default_value": false
		}
	]
}