Skip to content
KimJeongChul edited this page Sep 21, 2019 · 1 revision

JSON serialization deserialization

JSON serialize-deserialize module. The application performs JSON deserialization using a JSON-encoded string dataset downloaded from a public object storage service, and it serializes the JSON object again.

Library : json

Input(test-event) example:

{
    "link": [JSON DATASET LINK]
}

Output : network download time and serialization-deserialization time

Clone this wiki locally