Expose underlying JSON
Open
enhancement
- Dominant language
- C#
- Stars
- 183
- Forks
- 160
- Avg merge
- 10h 44m
- Merged PRs (30d)
- 15
Description
It would be very convenient if the underlying JSON strings were exposed by the various model classes.
Then I could do things like `Debug.WriteLine(myBoxEnterpriseEvent.RawJson)`.
Contributor guide
Research direction
Start by locating the various model classes and the JSON deserialization entry point in the SDK. Expose each model's underlying JSON through a RawJson property, then verify that a Box model such as BoxEnterpriseEvent returns the original JSON string.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100