turicreate icon indicating copy to clipboard operation
turicreate copied to clipboard

SFrame.read_json should accept a JSON string not just a path to JSON file.

Open dhivyaaxim opened this issue 5 years ago • 2 comments

This PR resolves #2564 SFrame.read_json should accept a JSON string in addition to files

dhivyaaxim avatar Nov 27 '19 12:11 dhivyaaxim

it would be better to rename this pr. :-)

guihao-liang avatar Dec 04 '19 23:12 guihao-liang

There is a significant amount of work needed to merge this pull request. The default input JSON format should be the same regardless of whether a JSON file or a JSON string is used. Passing a JSON string should also work for orient="lines".

I'm going to move the issue (#2564) for this pull request to the next milestone.

@dhivyaaxim - please let us know if you would like to continue to work on this pull. I'm happy to answer any questions.

TobyRoseman avatar Jan 30 '20 19:01 TobyRoseman