New functions for quick use json4delphi#5
Open
MaiconSoft wants to merge 5 commits intorilyu:masterfrom
Open
Conversation
This reverts commit 6eca4f8.
- Add Pretty format for Stringify; - JsonArray.Put support multiples values at same time; - Put without parameter will be 'empty' by default;
- Add 'Foreatch' in TJsonArray; - Add TJsonArray export to TArray<T> (filter invalid values)
|
Hey, can someone please fix this PR's conficts and merge it |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
202008 - Add - MaiconSoft - Constructor "New" for fast initialize Objects
202008 - Add - MaiconSoft - JsonArray.Put support multiples values at same time
202008 - Fix - MaiconSoft - Put without parameter will be 'empty' by default
202008 - Add - MaiconSoft - Add 'Pretty', stringify version for human read
202008 - Add - MaiconSoft - Add 'Foreatch' in TJsonArray
202008 - Add - MaiconSoft - Add TJsonArray export to TArray (filter invalid values)