Skip to content
/ idioms Public

2,318 Korean four-character idioms and meanings.

License

Notifications You must be signed in to change notification settings

LiF-Lee/idioms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

idioms

const fs = require("fs");
const json = JSON.parse(fs.readFileSync("idioms.json", "utf8"));

let Q = json["idioms"][0]["Q"];
let A = json["idioms"][0]["A"];

console.log(Q); // 呵呵大笑 (가가대소)
console.log(A); // 우스워서 소리를 크게 내어 웃음

Download

About

2,318 Korean four-character idioms and meanings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published