Created
December 22, 2025 23:32
-
-
Save jakubknejzlik/3c0fae41bf87359d0177f45c97653e42 to your computer and use it in GitHub Desktop.
Simple JSONL example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"id": 1, "name": "Alice", "age": 30, "active": true} | |
| {"id": 2, "name": "Bob", "age": 25, "active": false} | |
| {"id": 3, "name": "Charlie", "age": 35, "active": true} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment