Title: ConvertTo-Json does not convert additional members of nested properties · Issue #19185 · PowerShell/PowerShell · GitHub
Open Graph Title: ConvertTo-Json does not convert additional members of nested properties · Issue #19185 · PowerShell/PowerShell
X Title: ConvertTo-Json does not convert additional members of nested properties · Issue #19185 · PowerShell/PowerShell
Description: Prerequisites Write a descriptive title. Make sure you are able to repro it on the latest released version Search the existing issues. Refer to the FAQ. Refer to Differences between Windows PowerShell 5.1 and PowerShell. Steps to reprodu...
Open Graph Description: Prerequisites Write a descriptive title. Make sure you are able to repro it on the latest released version Search the existing issues. Refer to the FAQ. Refer to Differences between Windows PowerSh...
X Description: Prerequisites Write a descriptive title. Make sure you are able to repro it on the latest released version Search the existing issues. Refer to the FAQ. Refer to Differences between Windows PowerSh...
Opengraph URL: https://github.com/PowerShell/PowerShell/issues/19185
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"ConvertTo-Json does not convert additional members of nested properties","articleBody":"### Prerequisites\n\n- [X] Write a descriptive title.\n- [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases)\n- [X] Search the existing issues.\n- [X] Refer to the [FAQ](https://github.com/PowerShell/PowerShell/blob/master/docs/FAQ.md).\n- [X] Refer to [Differences between Windows PowerShell 5.1 and PowerShell](https://docs.microsoft.com/powershell/scripting/whats-new/differences-from-windows-powershell).\n\n### Steps to reproduce\n\nI am attempting to add a NoteProperty to a reference type property of an object, then convert that entire object to JSON using the ConvertTo-Json cmdlet. While this works fine when adding a NoteProperty to a top level object, if you do this to an object that's a property of the top-level object, the NoteProperty is not handled by the cmdlet:\r\n\r\n`$foo = Get-ADUser \"someUser\"\r\n\r\n$foo.SID | Add-Member -MemberType NoteProperty -Name \"bar\" -Value \"barValue\" -Force\r\n\r\n$foo | ConvertTo-Json`\n\n### Expected behavior\n\n```console\nCmdlet should output:\r\n\r\n{\r\n ...\r\n \"SID\": {\r\n \"BinaryLength\": 28,\r\n \"AccountDomainSid\": {\r\n \"BinaryLength\": 24,\r\n \"AccountDomainSid\": [redacted],\r\n \"Value\": [redacted]\r\n },\r\n \"Value\": [redacted],\r\n \"bar\": \"barValue\"\r\n },\r\n ...\r\n}\n```\n\n\n### Actual behavior\n\n```console\nOutput does not include additional property:\r\n\r\n{\r\n ...\r\n \"SID\": {\r\n \"BinaryLength\": 28,\r\n \"AccountDomainSid\": {\r\n \"BinaryLength\": 24,\r\n \"AccountDomainSid\": [redacted],\r\n \"Value\": [redacted]\r\n },\r\n \"Value\": [redacted]\r\n },\r\n ...\r\n}\n```\n\n\n### Error details\n\n_No response_\n\n### Environment data\n\n```powershell\nName Value\r\n---- -----\r\nPSVersion 7.3.2\r\nPSEdition Core\r\nGitCommitId 7.3.2\r\nOS Microsoft Windows 10.0.19044\r\nPlatform Win32NT\r\nPSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}\r\nPSRemotingProtocolVersion 2.3\r\nSerializationVersion 1.1.0.1\r\nWSManStackVersion 3.0\n```\n\n\n### Visuals\n\n_No response_","author":{"url":"https://github.com/JTDotNet","@type":"Person","name":"JTDotNet"},"datePublished":"2023-02-21T17:06:55.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":7},"url":"https://github.com/19185/PowerShell/issues/19185"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:f23c49f6-2a6c-e246-f597-01f3408c5f37 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | A6F6:EF8D7:2BC33D:3A0FA1:6A5B83F7 |
| html-safe-nonce | ebe8b5733dba5a23110755037c4c669c18e01e4ef311ff3a660fb6a329a6c212 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNkY2OkVGOEQ3OjJCQzMzRDozQTBGQTE6NkE1QjgzRjciLCJ2aXNpdG9yX2lkIjoiMjkxODczOTI5ODAxODM2MjM1OSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 37f8a9e3aac861f554459592a93868a50cb6eb93448117716f64cd4ded08427e |
| hovercard-subject-tag | issue:1593823951 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/PowerShell/PowerShell/19185/issue_layout |
| twitter:image | https://opengraph.githubassets.com/7f69993bd3b7a396cffd88e4ac096302e323878bb5d888dcdf635b1e7c4cd2c6/PowerShell/PowerShell/issues/19185 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/7f69993bd3b7a396cffd88e4ac096302e323878bb5d888dcdf635b1e7c4cd2c6/PowerShell/PowerShell/issues/19185 |
| og:image:alt | Prerequisites Write a descriptive title. Make sure you are able to repro it on the latest released version Search the existing issues. Refer to the FAQ. Refer to Differences between Windows PowerSh... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | JTDotNet |
| hostname | github.com |
| expected-hostname | github.com |
| None | 5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b |
| turbo-cache-control | no-preview |
| go-import | github.com/PowerShell/PowerShell git https://github.com/PowerShell/PowerShell.git |
| octolytics-dimension-user_id | 11524380 |
| octolytics-dimension-user_login | PowerShell |
| octolytics-dimension-repository_id | 49609581 |
| octolytics-dimension-repository_nwo | PowerShell/PowerShell |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 49609581 |
| octolytics-dimension-repository_network_root_nwo | PowerShell/PowerShell |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 9c975978430e9ad293956f2bbdaf153b1bd84a99 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width