-
Notifications
You must be signed in to change notification settings - Fork 72
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
Several Improvements in String Manipulation #28
base: master
Are you sure you want to change the base?
Conversation
RDCH106
commented
Sep 14, 2015
- String manipulation methods
- StringifyToString
- AsCharString
- String easy creator
*StringifyToString *AsCharString
Now the method returns the full string and not only the text until the first white space
Signed-off-by: rdcelis <rdcelis@vicomtech.org>
Conflicts: src/JSONValue.h Signed-off-by: rdcelis <rdcelis@vicomtech.org>
Additionally to this changes, a refactorization to build the projects with cMake was coded in the branch RDCH106/SimpleJSON created from the original MJPA/SimpleJSON. |
Signed-off-by: rdcelis <rdcelis@vicomtech.org>
Minor fixes in the CMAKE files
Now the project is automatically generated with CMAKE --> https://cmake.org/ Tests are built optionally |
Signed-off-by: rdcelis <rdcelis@vicomtech.org>
…n the JSON class Signed-off-by: rdcelis <rdcelis@vicomtech.org>
I think that the library will be more usable if you check the changes proposed using CMAKE. @vgonisanz and I have used this library in several projects. We think that CMAKE improves the value of the library. Please @MJPA check our master branch in our fork: https://github.com/RDCH106/SimpleJSON (changes proposed in the current pull request) Thanks in advance! |