Skip to content

negative-zero-inft/ixni-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ixni-json

the ixni dictionary, jsonified for your api pleasure

word structure

words are built like this:

{
    "w": "ixni word",
    "t": {
        "en": [ "english translations of the word" ],
        "ol": [ 
            { "language": [ "translations in a non-english language" ] } 
        ]
    },
    "d": {
        "en": "the explanation in english",
        "ol": [
            { "language": "explanation in a non-english language" }
        ]
    },
    "e": [
        { "ixni": "example in ixni", "en": "english translation of the example" }
    ],
    "o": {
        "en": "the origin story of the word, in english",
        "ol": [
            { "language": "the origin story of the word in a non-english language" }
        ]
    },
    "n": {
        "en": [ "examples of a word being reversed with the use of the ne- prefix in english" ],
        "ol": [
            { "language": [ "examples of a word being reversed with the use of the ne- prefix in a non-english language" ] }
        ]
    }
}

About

the ixni dictionary, available as json format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published