You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
823 B
12 lines
823 B
[ |
|
{"word": "hello", "metadata": {"type": "greeting", "language": "english"}}, |
|
{"word": "world", "metadata": {"type": "noun", "language": "english"}}, |
|
{"word": "rust", "metadata": {"type": "programming_language", "paradigm": "systems"}}, |
|
{"word": "programming", "metadata": {"type": "verb", "context": "computing"}}, |
|
{"word": "database", "metadata": {"type": "noun", "context": "data_storage"}}, |
|
{"word": "sqlite", "metadata": {"type": "database_engine", "features": ["embedded", "sql"]}}, |
|
{"word": "json", "metadata": {"type": "data_format", "standard": "RFC 8259"}}, |
|
{"word": "import", "metadata": {"type": "verb", "context": "data_operations"}}, |
|
{"word": "dictionary", "metadata": {"type": "noun", "context": "reference"}}, |
|
{"word": "example", "metadata": {"type": "noun", "usage": "demonstration"}} |
|
] |