Headline

Processing Language:JSON-based data in Language:Python

Motivation

This is a very basic implementation which shows to process company data, externally represented in Language:JSON, can be processed with basic idioms of Language:Python. The JSON input is represented in memory as a hierarchically nested dictionary. Hence, all processing depends on recursive loops over the dictionary.

Architecture

There are modules for the basic features.

The sample company is available as a JSON file "input.json".

Usage

Tested with Python 2.7.3.

There is Makefile that automates a test case; see the "test target".

All steps could as well be executed just on the command line.

./total.py input.json
326927
./cut.py input.json output.json
./total.py output.json
163462


There are no revisions for this page.

User contributions

    This user never has never made submissions.

    User edits

    Syntax for editing wiki

    For you are available next options:

    will make text bold.

    will make text italic.

    will make text underlined.

    will make text striked.

    will allow you to paste code headline into the page.

    will allow you to link into the page.

    will allow you to paste code with syntax highlight into the page. You will need to define used programming language.

    will allow you to paste image into the page.

    is list with bullets.

    is list with numbers.

    will allow your to insert slideshare presentation into the page. You need to copy link to presentation and insert it as parameter in this tag.

    will allow your to insert youtube video into the page. You need to copy link to youtube page with video and insert it as parameter in this tag.

    will allow your to insert code snippets from @worker.

    Syntax for editing wiki

    For you are available next options:

    will make text bold.

    will make text italic.

    will make text underlined.

    will make text striked.

    will allow you to paste code headline into the page.

    will allow you to link into the page.

    will allow you to paste code with syntax highlight into the page. You will need to define used programming language.

    will allow you to paste image into the page.

    is list with bullets.

    is list with numbers.

    will allow your to insert slideshare presentation into the page. You need to copy link to presentation and insert it as parameter in this tag.

    will allow your to insert youtube video into the page. You need to copy link to youtube page with video and insert it as parameter in this tag.

    will allow your to insert code snippets from @worker.