SO

by newblt123

HTML

<table id="myTable"></table>

JavaScript

var json = {
    "PaperName": "Mathematics",
    "Instruction": null,
    "MaxTime": "2 hr",
    "Maxmarks": 100,
    "Question": [
        {
            "Type": "Objective",
            "QuesDetails": " Terms in an expression which have the same literal factors are called",
            "Marks": 1,
            "Order": 2,
            "Description": "This is the question Descripttion",
            "view": "View Answer",
            "Answer": [
                {
                    "Ans": "(A) Bhagat Singh"
                },
                {
                    "Ans": "(B) B.R.Ambedkar"
                },
                {
                    "Ans": "(C) J.L.Nehru"
                },
                {
                    "Ans": "(D) L.K.Advani."
                }
            ]
        },
        {
            "Type": "Objective",
            "QuesDetails": "An algebraic expression of two terms is known as",
            "Marks": 1,
            "Order": 2,
            "Description": "This is the question Descripttion",
            "view": "View Answer",
            "Answer": [
                {
                    "Ans": "(A) Bhagat Singh"
                },
                {
                    "Ans": "(B) B.R.Ambedkar"
                },
                {
                    "Ans": "(C) J.L.Nehru"
                },
                {
                    "Ans": "(D) L.K.Advani."
                }
            ]
        },
        {
            "Type": "Objective",
            "QuesDetails": "An algebraic expression of three terms is known as",
            "Marks": 1,
            "Order": 2,
            "Description": "This is the question Descripttion",
            "view": "View Answer",
            "Answer": [
                {
                    "Ans": "(A) Bhagat Singh"
                },
                {
                    "Ans": "(B) B.R.Ambedkar"
                },
                {
                    "Ans": "(C) J.L.Nehru"
                },
            ...