api: "YAML JSON TOON Database"
version: "1.0.0"
format: "json"
dataset:
  slug: "common-acids-bases"
  title: "Common Acids and Bases"
  description: "Frequently encountered acids and bases with formulas."
  category: "Chemistry"
  category_slug: "chemistry"
  tags: "chemistry,acids,bases"
  view_count: 0
data:
  - name: "Hydrochloric acid"
    formula: "HCl"
    type: "Strong acid"
    ph_category: "Acid"
  - name: "Sulfuric acid"
    formula: "H2SO4"
    type: "Strong acid"
    ph_category: "Acid"
  - name: "Nitric acid"
    formula: "HNO3"
    type: "Strong acid"
    ph_category: "Acid"
  - name: "Acetic acid"
    formula: "CH3COOH"
    type: "Weak acid"
    ph_category: "Acid"
  - name: "Sodium hydroxide"
    formula: "NaOH"
    type: "Strong base"
    ph_category: "Base"
  - name: "Potassium hydroxide"
    formula: "KOH"
    type: "Strong base"
    ph_category: "Base"
  - name: "Ammonia"
    formula: "NH3"
    type: "Weak base"
    ph_category: "Base"
