-
Notifications
You must be signed in to change notification settings - Fork 40.4k
[json] support jsonl format out of the box #182402
Copy link
Copy link
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityjsonJSON support issuesJSON support issuesverification-neededVerification of issue is requestedVerification of issue is requestedverification-steps-neededSteps to verify are needed for verificationSteps to verify are needed for verificationverifiedVerification succeededVerification succeeded
Milestone
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityjsonJSON support issuesJSON support issuesverification-neededVerification of issue is requestedVerification of issue is requestedverification-steps-neededSteps to verify are needed for verificationSteps to verify are needed for verificationverifiedVerification succeededVerification succeeded
Type
Fields
Give feedbackNo fields configured for issues without a type.
jsonlis a basic format, where a file is a collection ofjsons, where eachjsontakes a line. This is common format for representing data in ML, where each line in.jsonlfile represents a data frame. Considering, that the format is pretty primitive, I think, it is reasonable to support basic features for such file format out of the box. Basic features are:json)jsonicon in explorer/code tab (already there for some reason)JSON Linesformat for such files, so other extensions can potentially add features to this file format. The same way as there is aJSON with Commentsformat, for instance