Skip to content

Add objects, arrays & formatter #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
May 23, 2025
Merged

Add objects, arrays & formatter #12

merged 19 commits into from
May 23, 2025

Conversation

TymianekPL
Copy link
Collaborator

@TymianekPL TymianekPL commented May 23, 2025

Adds objects, Fixes #9
Adds arrays, Fixes #10
Adds formatter specialisations, Fixes #11

TymianekPL added 17 commits May 18, 2025 20:14
Signed-off-by: TymianekPL <[email protected]>
Signed-off-by: TymianekPL <[email protected]>
Signed-off-by: TymianekPL <[email protected]>
Signed-off-by: TymianekPL <[email protected]>
* Add declarations for JsonObject's special functions

* Define copy/move constructors

* Define copy/move assignment operators

* Implicitly create bytes

* Implicitly create bytes in exchange()

* Fix includes lol (utility, cstring)

* Destroy() objects
* Fix ambiguous operator[]

* template typo lol
Signed-off-by: TymianekPL <[email protected]>
@TymianekPL TymianekPL requested a review from karnkaul May 23, 2025 15:15
@TymianekPL TymianekPL added enhancement New feature or request logic An issue related to logic, such as internal object handling or other requests labels May 23, 2025
@TymianekPL TymianekPL linked an issue May 23, 2025 that may be closed by this pull request
@TymianekPL TymianekPL enabled auto-merge (squash) May 23, 2025 15:16
@TymianekPL TymianekPL self-assigned this May 23, 2025
Signed-off-by: TymianekPL <[email protected]>
@TymianekPL TymianekPL requested a review from karnkaul May 23, 2025 15:40
@TymianekPL TymianekPL merged commit f7f692f into main May 23, 2025
6 checks passed
@TymianekPL TymianekPL deleted the tymi/json-object branch May 23, 2025 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request logic An issue related to logic, such as internal object handling or other requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add std::formatter specialisations for simple formatting Arrays Initial objects
2 participants