Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A ArduinoJson
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Benoît Blanchon
  • ArduinoJson
  • Issues
  • #265
Closed
Open
Issue created Apr 26, 2016 by Administrator@rootContributor

public method to decode/unquote raw json string literals

Created by: proppy

Is there a reason the methods for "parsing" (or unquote) json strings literals are private? https://github.com/bblanchon/ArduinoJson/blob/master/src/Internals/JsonParser.cpp#L146

In addition to documented methods for parsing objects and arrays on the main JsonBuffer class, other literals (bool, int, float) can be simply converted thru Arduino::JsonVariant or ArduinoJson::Internals::parse, but it doesn't seems to be possible to unquote raw json string literals with the current public API.

(suggested tag: question)

Assignee
Assign to
Time tracking