Skip to content

๐Ÿ“– Parse wiktionary.org wikitext to readable JSON

Notifications You must be signed in to change notification settings

pithuene/wikitext2json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

wikitext2json

Parse wiktionary wikitext to readable JSON

Headings

Headings are used as the property keys in the resulting JSON Object

==English==
...
===Noun===
...
===Verb===
...
==German==
...
===Noun===
...

This wikitext would be parsed into the following JSON

{
  "English": {
    "Noun": {},
    "Verb": {}
  },
  "German": {
    "Noun": {}
  }
}

About

๐Ÿ“– Parse wiktionary.org wikitext to readable JSON

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published