newtonsoft-json-migration Skill
Migrates .NET projects from Newtonsoft.Json to System.Text.Json. Use when user wants to replace Newtonsoft.Json, switch to System.Text.Json, migrate JSON library, or modernize JSON serialization. Published by microsoft in upgrade-agent-plugins.
What is newtonsoft-json-migration Skill?
Migrates .NET projects from Newtonsoft.Json to System.Text.Json. Use when user wants to replace Newtonsoft.Json, switch to System.Text.Json, migrate JSON library, or modernize JSON serialization. Published by microsoft in upgrade-agent-plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Research
- Research use cases
Technical details
- Install or run with Copy skill directory
When to use newtonsoft-json-migration Skill
- Use it for research.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/upgrade-agent-plugins
- Skill file: plugins/upgrade-agent/extenders/upgrade-dotnet/upgrade/skills/scenarios/newtonsoft-json-migration/SKILL.md
What it does
Migrates .NET projects from Newtonsoft.Json to System.Text.Json. Use when user wants to replace Newtonsoft.Json, switch to System.Text.Json, migrate JSON library, or modernize JSON serialization.
Skill instructions
Newtonsoft.Json to System.Text.Json Migration 1. Assessment Scan the solution to build a complete picture of Newtonsoft.Json usage. Capture findings in assessment.md. Packages to Scan For Search all project files and package management files (Directory.Packages.props) for: - Newtonsoft.Json (direct package reference) - Newtonsoft.Json.Bson, Newtonsoft.Json.Schema, or other Newtonsoft extension packages - Third-party packages that depend on Newtonsoft.Json (these may force a dual-library situation) File Inventory Search all code files across the solution for using Newtonsoft.Json (and variations like using Newtonsoft.Json.Linq). Record which files in which projects contain these usings — this gives a quick per-project file count that drives planning. Code Patterns to Identify The patterns below help gauge complexity per project. You don't need to search for each one separately — note them as you encounter them during the usings scan or during execution: | Pattern | What to Record | |---
Explore related resources
Frequently asked questions
What is newtonsoft-json-migration?
newtonsoft-json-migration is a open-source AI agent skill with Copy skill directory. Migrates .NET projects from Newtonsoft.Json to System.Text.Json. Use when user wants to replace Newtonsoft.Json, switch to System.Text.Json, migrate JSON library, or modernize JSON serialization.
Who is newtonsoft-json-migration best for?
newtonsoft-json-migration is best for reusing agent instructions, scripts, and references, research workflows.
How do I install newtonsoft-json-migration?
Install or run newtonsoft-json-migration using Copy skill directory. Check newtonsoft-json-migration for the latest setup command.
Is newtonsoft-json-migration actively maintained?
newtonsoft-json-migration may need a closer maintenance check before production use.
Auto-fetched from GitHub.