Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Json support #112

Merged
merged 6 commits into from
Aug 2, 2019
Merged

Json support #112

merged 6 commits into from
Aug 2, 2019

Conversation

AtharvaKhare
Copy link
Contributor

Fixes #97.

There are 5 types of json to which you can read/write: columns index values split records.

The reader converts the json into appropriate types. When reading, the columns and rows do not maintain same order, due to structure of Dictionary (no inherent ordering). Sorting them is not done by default as it may be time consuming.

The schema of the json should be stored in the variable `orient`.
Output schema is decided by variable orient
Output can be prettified by setting pretty to true
Columns are converted to appropriate types
@olekscode olekscode merged commit bb04be6 into PolyMathOrg:master Aug 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add JSON read/write support
2 participants