Python print full text via pprint

import uuid
from datetime import datetime
import os
import psutil
import threading
import json
import pprint 


def read_json_file_deserialize(json_file=""):
    try:
        with open(json_file,'r',encoding='utf-8-sig') as json_read_file:
            data_list=json.load(json_read_file)
            print(f'{datetime.now()},len:{len(data_list)}')
            pp=pprint.PrettyPrinter(indent=2,width=80)
            pp.pprint(data_list)
    except json.JSONDecodeError as error:
        print(f'{datetime.now()},{str(error)}')
    except FileNotFoundError as ex:
        print(f'{datetime.now()},{str(ex)}')
    except Exception as ex:
        print(f'{datetime.now},{str(ex)}')

if __name__=='__main__':
    # write_data_to_json_file(1,86,20)
    json_file=r'D:\PY\Json_20260303205850094203.json'
    read_json_file_deserialize(json_file)

 

 

[ { 'Abstract': 'Abstract_1',
    'Author': 'Author_1',
    'Comment': 'Comment_1',
    'Content': 'Content_1',
    'ISBN': 'ISBN_1_f61ba3ebc90e4966b2a555493336927e',
    'Id': 1,
    'Name': 'Name_1',
    'Summary': 'Summary_1',
    'Title': 'Title_1',
    'Topic': 'Topic_1'},
  { 'Abstract': 'Abstract_2',
    'Author': 'Author_2',
    'Comment': 'Comment_2',
    'Content': 'Content_2',
    'ISBN': 'ISBN_2_83c3d62e7fac414ea44a6681071a4e0b',
    'Id': 2,
    'Name': 'Name_2',
    'Summary': 'Summary_2',
    'Title': 'Title_2',
    'Topic': 'Topic_2'},
  { 'Abstract': 'Abstract_3',
    'Author': 'Author_3',
    'Comment': 'Comment_3',
    'Content': 'Content_3',
    'ISBN': 'ISBN_3_be8724d879644205ace0ed882d8f30bd',
    'Id': 3,
    'Name': 'Name_3',
    'Summary': 'Summary_3',
    'Title': 'Title_3',
    'Topic': 'Topic_3'},
  { 'Abstract': 'Abstract_4',
    'Author': 'Author_4',
    'Comment': 'Comment_4',
    'Content': 'Content_4',
    'ISBN': 'ISBN_4_eb477ebf47874d049653cb47bc0c52e2',
    'Id': 4,
    'Name': 'Name_4',
    'Summary': 'Summary_4',
    'Title': 'Title_4',
    'Topic': 'Topic_4'},
  { 'Abstract': 'Abstract_5',
    'Author': 'Author_5',
    'Comment': 'Comment_5',
    'Content': 'Content_5',
    'ISBN': 'ISBN_5_2cab831bd9674242b009ae08fbf901fd',
    'Id': 5,
    'Name': 'Name_5',
    'Summary': 'Summary_5',
    'Title': 'Title_5',
    'Topic': 'Topic_5'},
  { 'Abstract': 'Abstract_6',
    'Author': 'Author_6',
    'Comment': 'Comment_6',
    'Content': 'Content_6',
    'ISBN': 'ISBN_6_ab77c74615094fbc932cb1f3dd5c5848',
    'Id': 6,
    'Name': 'Name_6',
    'Summary': 'Summary_6',
    'Title': 'Title_6',
    'Topic': 'Topic_6'},
  { 'Abstract': 'Abstract_7',
    'Author': 'Author_7',
    'Comment': 'Comment_7',
    'Content': 'Content_7',
    'ISBN': 'ISBN_7_4286f299131d4f81be4901aa48019917',
    'Id': 7,
    'Name': 'Name_7',
    'Summary': 'Summary_7',
    'Title': 'Title_7',
    'Topic': 'Topic_7'},
  { 'Abstract': 'Abstract_8',
    'Author': 'Author_8',
    'Comment': 'Comment_8',
    'Content': 'Content_8',
    'ISBN': 'ISBN_8_fd2d1cc943d74552abb848578bf98a9e',
    'Id': 8,
    'Name': 'Name_8',
    'Summary': 'Summary_8',
    'Title': 'Title_8',
    'Topic': 'Topic_8'},
  { 'Abstract': 'Abstract_9',
    'Author': 'Author_9',
    'Comment': 'Comment_9',
    'Content': 'Content_9',
    'ISBN': 'ISBN_9_1b40afaf9af24858a483b69daa585f87',
    'Id': 9,
    'Name': 'Name_9',
    'Summary': 'Summary_9',
    'Title': 'Title_9',
    'Topic': 'Topic_9'},
  { 'Abstract': 'Abstract_10',
    'Author': 'Author_10',
    'Comment': 'Comment_10',
    'Content': 'Content_10',
    'ISBN': 'ISBN_10_a46b8e1d2d244c588a5418f718cde3df',
    'Id': 10,
    'Name': 'Name_10',
    'Summary': 'Summary_10',
    'Title': 'Title_10',
    'Topic': 'Topic_10'},
  { 'Abstract': 'Abstract_11',
    'Author': 'Author_11',
    'Comment': 'Comment_11',
    'Content': 'Content_11',
    'ISBN': 'ISBN_11_b17fdf8c320a495695cb6c1eb05765b0',
    'Id': 11,
    'Name': 'Name_11',
    'Summary': 'Summary_11',
    'Title': 'Title_11',
    'Topic': 'Topic_11'},
  { 'Abstract': 'Abstract_12',
    'Author': 'Author_12',
    'Comment': 'Comment_12',
    'Content': 'Content_12',
    'ISBN': 'ISBN_12_dc1784c4d07d403ba46112990eee5008',
    'Id': 12,
    'Name': 'Name_12',
    'Summary': 'Summary_12',
    'Title': 'Title_12',
    'Topic': 'Topic_12'},
  { 'Abstract': 'Abstract_13',
    'Author': 'Author_13',
    'Comment': 'Comment_13',
    'Content': 'Content_13',
    'ISBN': 'ISBN_13_92d7eb9a213741bb910064209273b75b',
    'Id': 13,
    'Name': 'Name_13',
    'Summary': 'Summary_13',
    'Title': 'Title_13',
    'Topic': 'Topic_13'},
  { 'Abstract': 'Abstract_14',
    'Author': 'Author_14',
    'Comment': 'Comment_14',
    'Content': 'Content_14',
    'ISBN': 'ISBN_14_e504f11944774a649d187c759f06d1f7',
    'Id': 14,
    'Name': 'Name_14',
    'Summary': 'Summary_14',
    'Title': 'Title_14',
    'Topic': 'Topic_14'},
  { 'Abstract': 'Abstract_15',
    'Author': 'Author_15',
    'Comment': 'Comment_15',
    'Content': 'Content_15',
    'ISBN': 'ISBN_15_77aeec23c8104a1a81b16c5f1855d996',
    'Id': 15,
    'Name': 'Name_15',
    'Summary': 'Summary_15',
    'Title': 'Title_15',
    'Topic': 'Topic_15'},
  { 'Abstract': 'Abstract_16',
    'Author': 'Author_16',
    'Comment': 'Comment_16',
    'Content': 'Content_16',
    'ISBN': 'ISBN_16_5beb03c289ec45ca9d26c2fac547f94d',
    'Id': 16,
    'Name': 'Name_16',
    'Summary': 'Summary_16',
    'Title': 'Title_16',
    'Topic': 'Topic_16'},
  { 'Abstract': 'Abstract_17',
    'Author': 'Author_17',
    'Comment': 'Comment_17',
    'Content': 'Content_17',
    'ISBN': 'ISBN_17_6ff5ba64ea594fd2aa1c538757d98f42',
    'Id': 17,
    'Name': 'Name_17',
    'Summary': 'Summary_17',
    'Title': 'Title_17',
    'Topic': 'Topic_17'},
  { 'Abstract': 'Abstract_18',
    'Author': 'Author_18',
    'Comment': 'Comment_18',
    'Content': 'Content_18',
    'ISBN': 'ISBN_18_9321bf0b5e3c4c67b77f0f0ffd28d6b1',
    'Id': 18,
    'Name': 'Name_18',
    'Summary': 'Summary_18',
    'Title': 'Title_18',
    'Topic': 'Topic_18'},
  { 'Abstract': 'Abstract_19',
    'Author': 'Author_19',
    'Comment': 'Comment_19',
    'Content': 'Content_19',
    'ISBN': 'ISBN_19_9b17ff2b5e5c43b1ac3e7ccb711a826b',
    'Id': 19,
    'Name': 'Name_19',
    'Summary': 'Summary_19',
    'Title': 'Title_19',
    'Topic': 'Topic_19'},
  { 'Abstract': 'Abstract_20',
    'Author': 'Author_20',
    'Comment': 'Comment_20',
    'Content': 'Content_20',
    'ISBN': 'ISBN_20_e00e8cb712924db285d9849cd642d4e9',
    'Id': 20,
    'Name': 'Name_20',
    'Summary': 'Summary_20',
    'Title': 'Title_20',
    'Topic': 'Topic_20'},
  { 'Abstract': 'Abstract_21',
    'Author': 'Author_21',
    'Comment': 'Comment_21',
    'Content': 'Content_21',
    'ISBN': 'ISBN_21_e1428b053a46485687a4255dff66a231',
    'Id': 21,
    'Name': 'Name_21',
    'Summary': 'Summary_21',
    'Title': 'Title_21',
    'Topic': 'Topic_21'},
  { 'Abstract': 'Abstract_22',
    'Author': 'Author_22',
    'Comment': 'Comment_22',
    'Content': 'Content_22',
    'ISBN': 'ISBN_22_d2e7e13fe0744fd6ae0025c033bffee2',
    'Id': 22,
    'Name': 'Name_22',
    'Summary': 'Summary_22',
    'Title': 'Title_22',
    'Topic': 'Topic_22'},
  { 'Abstract': 'Abstract_23',
    'Author': 'Author_23',
    'Comment': 'Comment_23',
    'Content': 'Content_23',
    'ISBN': 'ISBN_23_9ed0ea0014b945c7be6a48b087ce1fc5',
    'Id': 23,
    'Name': 'Name_23',
    'Summary': 'Summary_23',
    'Title': 'Title_23',
    'Topic': 'Topic_23'},
  { 'Abstract': 'Abstract_24',
    'Author': 'Author_24',
    'Comment': 'Comment_24',
    'Content': 'Content_24',
    'ISBN': 'ISBN_24_5bd8102af436468280e7b9b38285de1f',
    'Id': 24,
    'Name': 'Name_24',
    'Summary': 'Summary_24',
    'Title': 'Title_24',
    'Topic': 'Topic_24'},
  { 'Abstract': 'Abstract_25',
    'Author': 'Author_25',
    'Comment': 'Comment_25',
    'Content': 'Content_25',
    'ISBN': 'ISBN_25_1f3c64dbe8f949c9b54201b4f5f2267f',
    'Id': 25,
    'Name': 'Name_25',
    'Summary': 'Summary_25',
    'Title': 'Title_25',
    'Topic': 'Topic_25'},
  { 'Abstract': 'Abstract_26',
    'Author': 'Author_26',
    'Comment': 'Comment_26',
    'Content': 'Content_26',
    'ISBN': 'ISBN_26_ae52d8e74be748eea0d4cda60dd71f8e',
    'Id': 26,
    'Name': 'Name_26',
    'Summary': 'Summary_26',
    'Title': 'Title_26',
    'Topic': 'Topic_26'},
  { 'Abstract': 'Abstract_27',
    'Author': 'Author_27',
    'Comment': 'Comment_27',
    'Content': 'Content_27',
    'ISBN': 'ISBN_27_d2d812ac409d4f128ce4385811d0c5cd',
    'Id': 27,
    'Name': 'Name_27',
    'Summary': 'Summary_27',
    'Title': 'Title_27',
    'Topic': 'Topic_27'},
  { 'Abstract': 'Abstract_28',
    'Author': 'Author_28',
    'Comment': 'Comment_28',
    'Content': 'Content_28',
    'ISBN': 'ISBN_28_6ad2a0b9b7cc4874a48b842de9839777',
    'Id': 28,
    'Name': 'Name_28',
    'Summary': 'Summary_28',
    'Title': 'Title_28',
    'Topic': 'Topic_28'},
  { 'Abstract': 'Abstract_29',
    'Author': 'Author_29',
    'Comment': 'Comment_29',
    'Content': 'Content_29',
    'ISBN': 'ISBN_29_c2613298d9cf48f89fc9b7486eea6251',
    'Id': 29,
    'Name': 'Name_29',
    'Summary': 'Summary_29',
    'Title': 'Title_29',
    'Topic': 'Topic_29'},
  { 'Abstract': 'Abstract_30',
    'Author': 'Author_30',
    'Comment': 'Comment_30',
    'Content': 'Content_30',
    'ISBN': 'ISBN_30_9a0d78501e6a455f80bcc4840e307327',
    'Id': 30,
    'Name': 'Name_30',
    'Summary': 'Summary_30',
    'Title': 'Title_30',
    'Topic': 'Topic_30'},
  { 'Abstract': 'Abstract_31',
    'Author': 'Author_31',
    'Comment': 'Comment_31',
    'Content': 'Content_31',
    'ISBN': 'ISBN_31_feb419b2065246eeacc5a75ffce28dae',
    'Id': 31,
    'Name': 'Name_31',
    'Summary': 'Summary_31',
    'Title': 'Title_31',
    'Topic': 'Topic_31'},
  { 'Abstract': 'Abstract_32',
    'Author': 'Author_32',
    'Comment': 'Comment_32',
    'Content': 'Content_32',
    'ISBN': 'ISBN_32_69589901bf064d68bb3c134eaa85584f',
    'Id': 32,
    'Name': 'Name_32',
    'Summary': 'Summary_32',
    'Title': 'Title_32',
    'Topic': 'Topic_32'},
  { 'Abstract': 'Abstract_33',
    'Author': 'Author_33',
    'Comment': 'Comment_33',
    'Content': 'Content_33',
    'ISBN': 'ISBN_33_bc5240d092d94b51aaabc5728754d6d4',
    'Id': 33,
    'Name': 'Name_33',
    'Summary': 'Summary_33',
    'Title': 'Title_33',
    'Topic': 'Topic_33'},
  { 'Abstract': 'Abstract_34',
    'Author': 'Author_34',
    'Comment': 'Comment_34',
    'Content': 'Content_34',
    'ISBN': 'ISBN_34_fba0cf9f327e4f66907d9b7da3e2352a',
    'Id': 34,
    'Name': 'Name_34',
    'Summary': 'Summary_34',
    'Title': 'Title_34',
    'Topic': 'Topic_34'},
  { 'Abstract': 'Abstract_35',
    'Author': 'Author_35',
    'Comment': 'Comment_35',
    'Content': 'Content_35',
    'ISBN': 'ISBN_35_3fe390e20fc64834bf445a1d0d4cb44d',
    'Id': 35,
    'Name': 'Name_35',
    'Summary': 'Summary_35',
    'Title': 'Title_35',
    'Topic': 'Topic_35'},
  { 'Abstract': 'Abstract_36',
    'Author': 'Author_36',
    'Comment': 'Comment_36',
    'Content': 'Content_36',
    'ISBN': 'ISBN_36_4ee74738b4d94728833ac54f26b045d0',
    'Id': 36,
    'Name': 'Name_36',
    'Summary': 'Summary_36',
    'Title': 'Title_36',
    'Topic': 'Topic_36'},
  { 'Abstract': 'Abstract_37',
    'Author': 'Author_37',
    'Comment': 'Comment_37',
    'Content': 'Content_37',
    'ISBN': 'ISBN_37_7a3eb446c6f44672bd7eb2dc2567eb1c',
    'Id': 37,
    'Name': 'Name_37',
    'Summary': 'Summary_37',
    'Title': 'Title_37',
    'Topic': 'Topic_37'},
  { 'Abstract': 'Abstract_38',
    'Author': 'Author_38',
    'Comment': 'Comment_38',
    'Content': 'Content_38',
    'ISBN': 'ISBN_38_3e595c119171445ab337bc85d7a475f9',
    'Id': 38,
    'Name': 'Name_38',
    'Summary': 'Summary_38',
    'Title': 'Title_38',
    'Topic': 'Topic_38'},
  { 'Abstract': 'Abstract_39',
    'Author': 'Author_39',
    'Comment': 'Comment_39',
    'Content': 'Content_39',
    'ISBN': 'ISBN_39_94ae70d12b7c40829811d4e260a198be',
    'Id': 39,
    'Name': 'Name_39',
    'Summary': 'Summary_39',
    'Title': 'Title_39',
    'Topic': 'Topic_39'},
  { 'Abstract': 'Abstract_40',
    'Author': 'Author_40',
    'Comment': 'Comment_40',
    'Content': 'Content_40',
    'ISBN': 'ISBN_40_5fddbf3533dc442584fb2152f41336ba',
    'Id': 40,
    'Name': 'Name_40',
    'Summary': 'Summary_40',
    'Title': 'Title_40',
    'Topic': 'Topic_40'},
  { 'Abstract': 'Abstract_41',
    'Author': 'Author_41',
    'Comment': 'Comment_41',
    'Content': 'Content_41',
    'ISBN': 'ISBN_41_9651380254d048e8ae0b3be1fca0d583',
    'Id': 41,
    'Name': 'Name_41',
    'Summary': 'Summary_41',
    'Title': 'Title_41',
    'Topic': 'Topic_41'},
  { 'Abstract': 'Abstract_42',
    'Author': 'Author_42',
    'Comment': 'Comment_42',
    'Content': 'Content_42',
    'ISBN': 'ISBN_42_98c15d23158b42b49fee627321e9c669',
    'Id': 42,
    'Name': 'Name_42',
    'Summary': 'Summary_42',
    'Title': 'Title_42',
    'Topic': 'Topic_42'},
  { 'Abstract': 'Abstract_43',
    'Author': 'Author_43',
    'Comment': 'Comment_43',
    'Content': 'Content_43',
    'ISBN': 'ISBN_43_60222d142d764739aa18b94d22f67ff3',
    'Id': 43,
    'Name': 'Name_43',
    'Summary': 'Summary_43',
    'Title': 'Title_43',
    'Topic': 'Topic_43'},
  { 'Abstract': 'Abstract_44',
    'Author': 'Author_44',
    'Comment': 'Comment_44',
    'Content': 'Content_44',
    'ISBN': 'ISBN_44_9d675de26fe6460381678ea286e522ad',
    'Id': 44,
    'Name': 'Name_44',
    'Summary': 'Summary_44',
    'Title': 'Title_44',
    'Topic': 'Topic_44'},
  { 'Abstract': 'Abstract_45',
    'Author': 'Author_45',
    'Comment': 'Comment_45',
    'Content': 'Content_45',
    'ISBN': 'ISBN_45_52bfb622f1174a0795f216decbd82e91',
    'Id': 45,
    'Name': 'Name_45',
    'Summary': 'Summary_45',
    'Title': 'Title_45',
    'Topic': 'Topic_45'},
  { 'Abstract': 'Abstract_46',
    'Author': 'Author_46',
    'Comment': 'Comment_46',
    'Content': 'Content_46',
    'ISBN': 'ISBN_46_864bd404f08445e88eb48ebedc0d45d7',
    'Id': 46,
    'Name': 'Name_46',
    'Summary': 'Summary_46',
    'Title': 'Title_46',
    'Topic': 'Topic_46'},
  { 'Abstract': 'Abstract_47',
    'Author': 'Author_47',
    'Comment': 'Comment_47',
    'Content': 'Content_47',
    'ISBN': 'ISBN_47_217b7215c33045debfe96a3cf180ada2',
    'Id': 47,
    'Name': 'Name_47',
    'Summary': 'Summary_47',
    'Title': 'Title_47',
    'Topic': 'Topic_47'},
  { 'Abstract': 'Abstract_48',
    'Author': 'Author_48',
    'Comment': 'Comment_48',
    'Content': 'Content_48',
    'ISBN': 'ISBN_48_58a88ee21eae4f7b818ea0df8f8f6f8b',
    'Id': 48,
    'Name': 'Name_48',
    'Summary': 'Summary_48',
    'Title': 'Title_48',
    'Topic': 'Topic_48'},
  { 'Abstract': 'Abstract_49',
    'Author': 'Author_49',
    'Comment': 'Comment_49',
    'Content': 'Content_49',
    'ISBN': 'ISBN_49_d826beab2f344ff1ad5e99444153b9ad',
    'Id': 49,
    'Name': 'Name_49',
    'Summary': 'Summary_49',
    'Title': 'Title_49',
    'Topic': 'Topic_49'},
  { 'Abstract': 'Abstract_50',
    'Author': 'Author_50',
    'Comment': 'Comment_50',
    'Content': 'Content_50',
    'ISBN': 'ISBN_50_6f2ae41b32684a8cbaf08c536d35d625',
    'Id': 50,
    'Name': 'Name_50',
    'Summary': 'Summary_50',
    'Title': 'Title_50',
    'Topic': 'Topic_50'},
  { 'Abstract': 'Abstract_51',
    'Author': 'Author_51',
    'Comment': 'Comment_51',
    'Content': 'Content_51',
    'ISBN': 'ISBN_51_f5f43adbafe140fe9b9901613bf020f1',
    'Id': 51,
    'Name': 'Name_51',
    'Summary': 'Summary_51',
    'Title': 'Title_51',
    'Topic': 'Topic_51'},
  { 'Abstract': 'Abstract_52',
    'Author': 'Author_52',
    'Comment': 'Comment_52',
    'Content': 'Content_52',
    'ISBN': 'ISBN_52_b554601d4d414dd1b72177ca8d1d63eb',
    'Id': 52,
    'Name': 'Name_52',
    'Summary': 'Summary_52',
    'Title': 'Title_52',
    'Topic': 'Topic_52'},
  { 'Abstract': 'Abstract_53',
    'Author': 'Author_53',
    'Comment': 'Comment_53',
    'Content': 'Content_53',
    'ISBN': 'ISBN_53_7ff9b1e6faef4b47af02fb456aaa91d8',
    'Id': 53,
    'Name': 'Name_53',
    'Summary': 'Summary_53',
    'Title': 'Title_53',
    'Topic': 'Topic_53'},
  { 'Abstract': 'Abstract_54',
    'Author': 'Author_54',
    'Comment': 'Comment_54',
    'Content': 'Content_54',
    'ISBN': 'ISBN_54_bad3122c68e34687b79e3f6ab0c33989',
    'Id': 54,
    'Name': 'Name_54',
    'Summary': 'Summary_54',
    'Title': 'Title_54',
    'Topic': 'Topic_54'},
  { 'Abstract': 'Abstract_55',
    'Author': 'Author_55',
    'Comment': 'Comment_55',
    'Content': 'Content_55',
    'ISBN': 'ISBN_55_2e86e7427190476da015464a85575c80',
    'Id': 55,
    'Name': 'Name_55',
    'Summary': 'Summary_55',
    'Title': 'Title_55',
    'Topic': 'Topic_55'},
  { 'Abstract': 'Abstract_56',
    'Author': 'Author_56',
    'Comment': 'Comment_56',
    'Content': 'Content_56',
    'ISBN': 'ISBN_56_cfc4dd48d2e74c2fb6243baa763d30a1',
    'Id': 56,
    'Name': 'Name_56',
    'Summary': 'Summary_56',
    'Title': 'Title_56',
    'Topic': 'Topic_56'},
  { 'Abstract': 'Abstract_57',
    'Author': 'Author_57',
    'Comment': 'Comment_57',
    'Content': 'Content_57',
    'ISBN': 'ISBN_57_f76861f0bbc14cf4b78ed21157b188e9',
    'Id': 57,
    'Name': 'Name_57',
    'Summary': 'Summary_57',
    'Title': 'Title_57',
    'Topic': 'Topic_57'},
  { 'Abstract': 'Abstract_58',
    'Author': 'Author_58',
    'Comment': 'Comment_58',
    'Content': 'Content_58',
    'ISBN': 'ISBN_58_4480c830150b45fb8f5f0ca3b83c05be',
    'Id': 58,
    'Name': 'Name_58',
    'Summary': 'Summary_58',
    'Title': 'Title_58',
    'Topic': 'Topic_58'},
  { 'Abstract': 'Abstract_59',
    'Author': 'Author_59',
    'Comment': 'Comment_59',
    'Content': 'Content_59',
    'ISBN': 'ISBN_59_8172264721f14e18a82bfa344bacdc06',
    'Id': 59,
    'Name': 'Name_59',
    'Summary': 'Summary_59',
    'Title': 'Title_59',
    'Topic': 'Topic_59'},
  { 'Abstract': 'Abstract_60',
    'Author': 'Author_60',
    'Comment': 'Comment_60',
    'Content': 'Content_60',
    'ISBN': 'ISBN_60_1dfd80ae712a411e9241bf958cc7645e',
    'Id': 60,
    'Name': 'Name_60',
    'Summary': 'Summary_60',
    'Title': 'Title_60',
    'Topic': 'Topic_60'},
  { 'Abstract': 'Abstract_61',
    'Author': 'Author_61',
    'Comment': 'Comment_61',
    'Content': 'Content_61',
    'ISBN': 'ISBN_61_a839036749e240119cc2ea57f30242c5',
    'Id': 61,
    'Name': 'Name_61',
    'Summary': 'Summary_61',
    'Title': 'Title_61',
    'Topic': 'Topic_61'},
  { 'Abstract': 'Abstract_62',
    'Author': 'Author_62',
    'Comment': 'Comment_62',
    'Content': 'Content_62',
    'ISBN': 'ISBN_62_040b816e490a4b8e80d8ab59da7268b1',
    'Id': 62,
    'Name': 'Name_62',
    'Summary': 'Summary_62',
    'Title': 'Title_62',
    'Topic': 'Topic_62'},
  { 'Abstract': 'Abstract_63',
    'Author': 'Author_63',
    'Comment': 'Comment_63',
    'Content': 'Content_63',
    'ISBN': 'ISBN_63_4d0902b3b725412e93ed5673ff07f0db',
    'Id': 63,
    'Name': 'Name_63',
    'Summary': 'Summary_63',
    'Title': 'Title_63',
    'Topic': 'Topic_63'},
  { 'Abstract': 'Abstract_64',
    'Author': 'Author_64',
    'Comment': 'Comment_64',
    'Content': 'Content_64',
    'ISBN': 'ISBN_64_8885ffaf26f945d48a08e1af6971b77e',
    'Id': 64,
    'Name': 'Name_64',
    'Summary': 'Summary_64',
    'Title': 'Title_64',
    'Topic': 'Topic_64'},
  { 'Abstract': 'Abstract_65',
    'Author': 'Author_65',
    'Comment': 'Comment_65',
    'Content': 'Content_65',
    'ISBN': 'ISBN_65_d743e8587a194b2cbb3c7b5b6fee6e3e',
    'Id': 65,
    'Name': 'Name_65',
    'Summary': 'Summary_65',
    'Title': 'Title_65',
    'Topic': 'Topic_65'},
  { 'Abstract': 'Abstract_66',
    'Author': 'Author_66',
    'Comment': 'Comment_66',
    'Content': 'Content_66',
    'ISBN': 'ISBN_66_8598313691d845cca039d5cd34073e9b',
    'Id': 66,
    'Name': 'Name_66',
    'Summary': 'Summary_66',
    'Title': 'Title_66',
    'Topic': 'Topic_66'},
  { 'Abstract': 'Abstract_67',
    'Author': 'Author_67',
    'Comment': 'Comment_67',
    'Content': 'Content_67',
    'ISBN': 'ISBN_67_73ab3b09cf5b4e6d92a32d6472b36c49',
    'Id': 67,
    'Name': 'Name_67',
    'Summary': 'Summary_67',
    'Title': 'Title_67',
    'Topic': 'Topic_67'},
  { 'Abstract': 'Abstract_68',
    'Author': 'Author_68',
    'Comment': 'Comment_68',
    'Content': 'Content_68',
    'ISBN': 'ISBN_68_b4e363422ee64d7da0d90f4ad129a2f3',
    'Id': 68,
    'Name': 'Name_68',
    'Summary': 'Summary_68',
    'Title': 'Title_68',
    'Topic': 'Topic_68'},
  { 'Abstract': 'Abstract_69',
    'Author': 'Author_69',
    'Comment': 'Comment_69',
    'Content': 'Content_69',
    'ISBN': 'ISBN_69_69550b3470e140b5a01f2a9a76b23a85',
    'Id': 69,
    'Name': 'Name_69',
    'Summary': 'Summary_69',
    'Title': 'Title_69',
    'Topic': 'Topic_69'},
  { 'Abstract': 'Abstract_70',
    'Author': 'Author_70',
    'Comment': 'Comment_70',
    'Content': 'Content_70',
    'ISBN': 'ISBN_70_b7d7c27dab2f4e6cad4f0879053dc6b4',
    'Id': 70,
    'Name': 'Name_70',
    'Summary': 'Summary_70',
    'Title': 'Title_70',
    'Topic': 'Topic_70'},
  { 'Abstract': 'Abstract_71',
    'Author': 'Author_71',
    'Comment': 'Comment_71',
    'Content': 'Content_71',
    'ISBN': 'ISBN_71_b4b2a4edd3e845c29548dfb05fa266e5',
    'Id': 71,
    'Name': 'Name_71',
    'Summary': 'Summary_71',
    'Title': 'Title_71',
    'Topic': 'Topic_71'},
  { 'Abstract': 'Abstract_72',
    'Author': 'Author_72',
    'Comment': 'Comment_72',
    'Content': 'Content_72',
    'ISBN': 'ISBN_72_12c9c2a64ede446fa74c0d1716000250',
    'Id': 72,
    'Name': 'Name_72',
    'Summary': 'Summary_72',
    'Title': 'Title_72',
    'Topic': 'Topic_72'},
  { 'Abstract': 'Abstract_73',
    'Author': 'Author_73',
    'Comment': 'Comment_73',
    'Content': 'Content_73',
    'ISBN': 'ISBN_73_6eefa5313ad6471b87640f5f866077b6',
    'Id': 73,
    'Name': 'Name_73',
    'Summary': 'Summary_73',
    'Title': 'Title_73',
    'Topic': 'Topic_73'},
  { 'Abstract': 'Abstract_74',
    'Author': 'Author_74',
    'Comment': 'Comment_74',
    'Content': 'Content_74',
    'ISBN': 'ISBN_74_1c74c1949cf64b269430afc011a51b07',
    'Id': 74,
    'Name': 'Name_74',
    'Summary': 'Summary_74',
    'Title': 'Title_74',
    'Topic': 'Topic_74'},
  { 'Abstract': 'Abstract_75',
    'Author': 'Author_75',
    'Comment': 'Comment_75',
    'Content': 'Content_75',
    'ISBN': 'ISBN_75_edd7244f0fa94acf916c4dd2ff57a697',
    'Id': 75,
    'Name': 'Name_75',
    'Summary': 'Summary_75',
    'Title': 'Title_75',
    'Topic': 'Topic_75'},
  { 'Abstract': 'Abstract_76',
    'Author': 'Author_76',
    'Comment': 'Comment_76',
    'Content': 'Content_76',
    'ISBN': 'ISBN_76_60664a050b2547afbd2df5a7da24a26a',
    'Id': 76,
    'Name': 'Name_76',
    'Summary': 'Summary_76',
    'Title': 'Title_76',
    'Topic': 'Topic_76'},
  { 'Abstract': 'Abstract_77',
    'Author': 'Author_77',
    'Comment': 'Comment_77',
    'Content': 'Content_77',
    'ISBN': 'ISBN_77_a092fb02b670466ea189bc04dc07cb41',
    'Id': 77,
    'Name': 'Name_77',
    'Summary': 'Summary_77',
    'Title': 'Title_77',
    'Topic': 'Topic_77'},
  { 'Abstract': 'Abstract_78',
    'Author': 'Author_78',
    'Comment': 'Comment_78',
    'Content': 'Content_78',
    'ISBN': 'ISBN_78_b226c89979fa4280891dbe741cc6f038',
    'Id': 78,
    'Name': 'Name_78',
    'Summary': 'Summary_78',
    'Title': 'Title_78',
    'Topic': 'Topic_78'},
  { 'Abstract': 'Abstract_79',
    'Author': 'Author_79',
    'Comment': 'Comment_79',
    'Content': 'Content_79',
    'ISBN': 'ISBN_79_1cd51828b4e14272b3ce4824f4eec5fe',
    'Id': 79,
    'Name': 'Name_79',
    'Summary': 'Summary_79',
    'Title': 'Title_79',
    'Topic': 'Topic_79'},
  { 'Abstract': 'Abstract_80',
    'Author': 'Author_80',
    'Comment': 'Comment_80',
    'Content': 'Content_80',
    'ISBN': 'ISBN_80_59550792c87e4d6ca0cc4d09639efd99',
    'Id': 80,
    'Name': 'Name_80',
    'Summary': 'Summary_80',
    'Title': 'Title_80',
    'Topic': 'Topic_80'},
  { 'Abstract': 'Abstract_81',
    'Author': 'Author_81',
    'Comment': 'Comment_81',
    'Content': 'Content_81',
    'ISBN': 'ISBN_81_db08730cc6634efe93ac64aab02589f1',
    'Id': 81,
    'Name': 'Name_81',
    'Summary': 'Summary_81',
    'Title': 'Title_81',
    'Topic': 'Topic_81'},
  { 'Abstract': 'Abstract_82',
    'Author': 'Author_82',
    'Comment': 'Comment_82',
    'Content': 'Content_82',
    'ISBN': 'ISBN_82_faf21bd63979462fb49333b9551d88dc',
    'Id': 82,
    'Name': 'Name_82',
    'Summary': 'Summary_82',
    'Title': 'Title_82',
    'Topic': 'Topic_82'},
  { 'Abstract': 'Abstract_83',
    'Author': 'Author_83',
    'Comment': 'Comment_83',
    'Content': 'Content_83',
    'ISBN': 'ISBN_83_f84c7acd2d214a6f92cd7ee78c6f1888',
    'Id': 83,
    'Name': 'Name_83',
    'Summary': 'Summary_83',
    'Title': 'Title_83',
    'Topic': 'Topic_83'},
  { 'Abstract': 'Abstract_84',
    'Author': 'Author_84',
    'Comment': 'Comment_84',
    'Content': 'Content_84',
    'ISBN': 'ISBN_84_c8236a54fb3c45aab7d7fb72b00fedd6',
    'Id': 84,
    'Name': 'Name_84',
    'Summary': 'Summary_84',
    'Title': 'Title_84',
    'Topic': 'Topic_84'},
  { 'Abstract': 'Abstract_85',
    'Author': 'Author_85',
    'Comment': 'Comment_85',
    'Content': 'Content_85',
    'ISBN': 'ISBN_85_ded85ae9630d4d968d0de31059a11626',
    'Id': 85,
    'Name': 'Name_85',
    'Summary': 'Summary_85',
    'Title': 'Title_85',
    'Topic': 'Topic_85'},
  { 'Abstract': 'Abstract_86',
    'Author': 'Author_86',
    'Comment': 'Comment_86',
    'Content': 'Content_86',
    'ISBN': 'ISBN_86_5c047e45b37143c7b9a97a2791da2e78',
    'Id': 86,
    'Name': 'Name_86',
    'Summary': 'Summary_86',
    'Title': 'Title_86',
    'Topic': 'Topic_86'}]

 

posted @ 2026-03-03 21:03  FredGrit  阅读(12)  评论(0)    收藏  举报