Json.Net
valheim — Mods & Enhancements
Json.Net is a utility mod that redistributes the Newtonsoft Json.Net library under the MIT license for use in other mods. It has 108 endorsements and was last updated in September 2021, making it a stable dependency for modders.
📦 Full mod page on discovermods
Downloads, ratings, compatibility info, installation guides, and user reviews.
View on discovermods →Syntax
Utilities
Example
Downloads: 3,739 | Endorsements: 108
💡 Notes
By T3kla | v13.0.1 | 108 endorsements
🎯 Tips & Tricks
If you're a modder, place the DLL in your mod's lib folder a
If you're a modder, place the DLL in your mod's lib folder and reference it in your project.
Check if other mods already include Json
Check if other mods already include Json.Net to avoid duplicate assemblies.
Since it's a library, you don't need to load it in-game unle
Since it's a library, you don't need to load it in-game unless another mod requires it.
🔧 Troubleshooting
Mod not working
Check load order and required dependencies. Read the full mod description.
⚠️ Common Mistakes
- Installing multiple mods that modify the same files without checking compatibility
👍 Pros
- Essential for modders who need JSON serialization (108 endorsements).
- Stable and unchanged since 2021 — no surprises.
- Lightweight utility, no bloat.
👎 Cons
- Not for players — this is a developer dependency, not a gameplay mod.
- No documentation or examples included in the description.
- Last updated in 2021 — may not be actively maintained, but for a library that's fine.