PowerShell-Docs
PowerShell-Docs copied to clipboard
Document PSSerializeJSONLongEnumAsNumber
PR Summary
Documents the new experiemental feature PSSerializeJSONLongEnumAsNumber that aligns the serialization behaviour of enums based on long/ulong with the other base types.
- PR adding this feature is https://github.com/PowerShell/PowerShell/pull/20999
PR Checklist
- [x] Descriptive Title: This PR's title is a synopsis of the changes it proposes.
- [x] Summary: This PR's summary describes the scope and intent of the change.
- [x] Contributor's Guide: I have read the contributors guide.
- [x] Style: This PR adheres to the style guide.