JSON configuration ဖိုင်များကို လူပိုမို ဖတ်ရှုရလွယ်သော YAML ဖော်မာတွင် ပြောင်းပါ — Kubernetes, GitHub Actions, Docker Compose များက ကြိုက်နှစ်သက်ကြသည်။
JSON သည် စက်များအတွက် ထူးချွန်သော်လည်း လူအတွက်တော့ အသံအတင်းများရှိသည် — quotes နှင့် braces ကဲ့သို့သော အမှတ်အသားများကြောင့် တာဝန်ယူပြုပြင်ရမည့် config ဖိုင်များတွင် မြင်ကွင်းပိတ်ဆို့မှုများ ဖြစ်စေနိုင်ပါသည်။ YAML သည် punctuation ကိုဖယ်ရှားကာ indentation ကို အသုံးပြု၍ Kubernetes, GitHub Actions, Docker Compose နှင့် များသော ခေတ်မီ DevOps ကိရိယာများအတွက် မူလပုံစံ config ဖိုင်အဖြစ် အသုံးပြုသည်။ JSON ကို YAML သို့ ပြောင်းခြင်းဖြင့် ဂျေမီရှိ legacy config များကို လူရည်ရွယ်၍ ပြင်ဆင်နိုင်ရန် သန့်ရှင်းစေသည်။
We parse your JSON, then serialize it with the yaml library at default indent. Comments aren't preserved - JSON has no concept of them. Strings that look like YAML keywords (yes/no, on/off) are quoted to avoid ambiguity. Everything runs in your browser; no data is uploaded.
JSON (JavaScript Object Notation) သည် ဝဘ်ပေါ်ရှိ ဖွဲ့စည်းထားသော ဒေတာများအတွက် ပေါင်းသင်းအသုံးများသော ဘာသာဖြစ်သည်။ Array များ၊ object များ၊ string များ၊ number များ၊ boolean များ။ ခေတ်မီ programming language များအားလုံးက ဖတ်နိုင်သည်။
YAML is a human-friendly data serialization format - indentation-based, less noisy than JSON, ideal for config files. Used by Kubernetes, CI pipelines, and most modern DevOps tooling.
အထက်ပါ converter ပေါ်သို့ JSON ကို ဆွဲထည့်ပါ၊ သို့မဟုတ် သင်၏ စက်မှ တစ်ခုရွေးရန် ဘောက်စ်ကို နှိပ်ပါ။
ကျွန်တော်တို့က ထွက်မည့်ဖိုင်ဖော်မက်အနေနဲ့ YAML ကို ကြိုတင်ရွေးထားပါတယ်။ မတူတဲ့ ပစ်မှတ်ကို လိုချင်ရင် dropdown မှာ ပြောင်းလဲပါ။
Convert ကို နှိပ်ပြီး progress bar ပြီးဆုံးဖို့ စောင့်ပါ။ YAML ပြီးမြောက်သည့်အချိန်တွင် ဒေါင်းလုတ်လုပ်ပါ။
YAML ဖိုင်များကို JSON သို့ ပြောင်းပါ — JSON စာလုံးပုံစံကို ဦးစားပေးသည့် ကိရိယာများ၊ API များနှင့် script များအတွက်။
သင့် browser တွင် CSV ဖိုင်ကို JSON သို့ ပြောင်းပါ — spreadsheet များကို script, API, သို့မဟုတ် LLM များထဲသို့ ပိုဆက်ရန် အကောင်းဆုံးဖြစ်သည်။
JSON object များပါသော array ကို CSV ဖိုင်တစ်ခုအဖြစ် ဖျော့ပြီး (flatten) ပြုလုပ်ပါ - Excel၊ Google Sheets သို့မဟုတ် မည်သည့် spreadsheet ကိရိယာမဆို 붙여넣နိုင်ပါသည်.