This repository was archived by the owner on Jan 20, 2025. It is now read-only.
json response is more human readable with PrettyAsyncJsonResponse class#398
Merged
me-no-dev merged 6 commits intome-no-dev:masterfrom Jun 22, 2019
gerald-guiony:master
Merged
json response is more human readable with PrettyAsyncJsonResponse class#398me-no-dev merged 6 commits intome-no-dev:masterfrom gerald-guiony:master
me-no-dev merged 6 commits intome-no-dev:masterfrom
gerald-guiony:master
Conversation
Adding PrettyAsyncJsonResponse class
json response is more human readable than with AsyncJsonResponse
Adding a PrettyAsyncJsonResponse class
Owner
|
better late than never I guess :( sorry for not finding time for this project lately |
Contributor
|
please reopen _root.measurePrettyLength is not available in ArduinooJson v6 so fix please for compatibility |
DanielKnoop
pushed a commit
to DanielKnoop/ESPAsyncWebServer
that referenced
this pull request
Jun 17, 2022
…ass (me-no-dev#398) * Update AsyncJson.h Adding PrettyAsyncJsonResponse class * Update AsyncJson.h * Adding a PrettyAsyncJsonResponse class json response is more human readable than with AsyncJsonResponse
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
json response example
{
"deviceName": "ESP588624",
"chipId": 588624,
"heap": 24032,
"lastResetReason": "Power on",
"coreVersion": "2_3_0",
"sdkVersion": "1.5.3(aec24ac9)",
"cpuFreq": 80,
"sketchSize": 430528,
"freeSketchSpace": 614400,
"freeSpiffsSpace": true,
"accessPoint": false,
"IP": "192.168.1.15",
"macAddress": "60:01:94:08:FB:50",
"subnetMask": "255.255.255.0",
"gatewayIP": "192.168.1.254",
"dnsIP": "192.168.1.254",
"hostname": "ESP588624",
"SSID": "freebox_ASUTRY",
"BSSID": "E4:9E:12:B7:5D:34",
"RSSI": -75
}