Sha256: bababc36b27278887279cdeae407a79c8eeece31915fd4af243a1359ac34f08c

Contents?: true

Size: 1.49 KB

Versions: 5

Compression:

Stored size: 1.49 KB

Contents

{
    "primitive": "primitive",
    "primitiveResult": 1,
    "string": "string",
    "stringResult": "string",
    "emptyObject": "emptyObject",
    "emptyObjectResult": {},
    "object": "object",
    "objectResult": {
        "x": 1
    },
    "null": "null",
    "nullResult": null,
    "notExisted": "notExisted",
    "notExistedResult": null,
    "notExisted2Levels": "notExisted.notExisted",
    "notExisted2LevelsResult": null,
    "emptyArray": "emptyArray",
    "emptyArrayResult": [],
    "primitiveArray": "primitiveArray",
    "primitiveArrayResult": [
        1,
        2,
        3
    ],
    "nestedPrimitive": "nested.primitive",
    "nestedPrimitiveResult": 1,
    "nestedObject": "nested.object",
    "nestedObjectResult": {},
    "nestedArray": "nested.array",
    "nestedArrayResult": [
        1,
        {},
        3
    ],
    "3levelsArraysNull": "nested.array.null",
    "3levelsArraysNullResult": [
        1,
        null,
        3
    ],
    "allJsonObjectArrayPrimitive": "allJsonObjectArray.primitive",
    "allJsonObjectArrayPrimitiveResult": [
        1,
        2
    ],
    "allJsonObjectArrayString": "allJsonObjectArray.string",
    "allJsonObjectArrayStringResult": [
        "string1",
        "string2"
    ],
    "allJsonObjectArrayOnly1": "allJsonObjectArray.only1",
    "allJsonObjectArrayOnly1Result": [
        "only1",
        null
    ],
    "allJsonObjectArrayOnly2": "allJsonObjectArray.only2",
    "allJsonObjectArrayOnly2Result": [
        null,
        "only2"
    ]
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
embulk-input-jira-0.2.10 src/test/resources/issue_get_expected.json
embulk-input-jira-0.2.9 src/test/resources/issue_get_expected.json
embulk-input-jira-0.2.8 src/test/resources/issue_get_expected.json
embulk-input-jira-0.2.7 src/test/resources/issue_get_expected.json
embulk-input-jira-0.2.6 src/test/resources/issue_get_expected.json