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

Convert JSON numeric values to integers #82

Closed
tuxiqae opened this issue Jan 16, 2021 · 1 comment · Fixed by #100
Closed

Convert JSON numeric values to integers #82

tuxiqae opened this issue Jan 16, 2021 · 1 comment · Fixed by #100
Assignees
Milestone

Comments

@tuxiqae
Copy link

tuxiqae commented Jan 16, 2021

Description

Currently when a new JSON graph is created all numeric values are written as strings even though they can be integers.

Expected Behavior

Have a JSON file with IDs, (including "source" and "target") as integers.

Actual Behavior

All those fields are strings

Pyrgg Version

v1.0

@sepandhaghighi
Copy link
Owner

@tuxiqae Good point 💯
We will work on this issue on a future release

@sepandhaghighi sepandhaghighi self-assigned this Mar 16, 2021
sepandhaghighi added a commit that referenced this issue Mar 24, 2021
sepandhaghighi added a commit that referenced this issue Mar 24, 2021
@sepandhaghighi sepandhaghighi added this to the pyrgg 1.1 milestone Mar 24, 2021
sepandhaghighi added a commit that referenced this issue Mar 24, 2021
sepandhaghighi added a commit that referenced this issue Mar 24, 2021
@sepandhaghighi sepandhaghighi linked a pull request Jun 5, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants