Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
github285852
/
aJson
Public
forked from
interactive-matter/aJson
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
aJson
aJSON.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 12, 2015
Make AVR independent; tested on ESP8266
probonopd
committed
7e86256
View commit details
Copy full SHA for 7e86256
View code at this point
Browse repository at this point
Commits on Jan 5, 2015
Merge pull request #56 from nickdademo/print_buffer_size_definition
Show description for ae3d01b
interactive-matter
committed
ae3d01b
View commit details
Copy full SHA for ae3d01b
View code at this point
Browse repository at this point
fix missing return type
lasselukkari
committed
beaf3d8
View commit details
Copy full SHA for beaf3d8
View code at this point
Browse repository at this point
combine boolean values
lasselukkari
committed
2e3f000
View commit details
Copy full SHA for 2e3f000
View code at this point
Browse repository at this point
Commits on Dec 3, 2014
Merge pull request #44 from pasky/master
Show description for 089f813
interactive-matter
committed
089f813
View commit details
Copy full SHA for 089f813
View code at this point
Browse repository at this point
Commits on Mar 6, 2014
Add define for print buffer length (when printing JSON object to a string).
Show description for 00d5d02
nickdademo
committed
00d5d02
View commit details
Copy full SHA for 00d5d02
View code at this point
Browse repository at this point
Commits on Dec 6, 2013
paresNumber bugfix for teensy3
Show description for 5843570
Dominik Egger
committed
5843570
View commit details
Copy full SHA for 5843570
View code at this point
Browse repository at this point
Commits on Nov 20, 2013
Added support for adding a boolean to a Json Object.
henry
committed
3e17a46
View commit details
Copy full SHA for 3e17a46
View code at this point
Browse repository at this point
Commits on May 30, 2013
aJsonClientStream::getch(): Fix to work with WiFiClient too
Show description for e140ed1
pasky
committed
e140ed1
View commit details
Copy full SHA for e140ed1
View code at this point
Browse repository at this point
Commits on Apr 29, 2013
Added '/' to the list of characters that are escaped. Fixes #41
sudar
committed
52aaa7a
View commit details
Copy full SHA for 52aaa7a
View code at this point
Browse repository at this point
Commits on Feb 9, 2013
Make aJson parser more robust to come with malformed input
Show description for 6a98353
elafargue
committed
6a98353
View commit details
Copy full SHA for 6a98353
View code at this point
Browse repository at this point
Commits on Nov 1, 2012
Convert the aJson library to use Wiring-style streams
Show description for fa8387f
pasky
committed
fa8387f
View commit details
Copy full SHA for fa8387f
View code at this point
Browse repository at this point
Commits on Apr 25, 2012
fix for issue #16
zsalzbank
committed
117f6fc
View commit details
Copy full SHA for 117f6fc
View code at this point
Browse repository at this point
Commits on Feb 27, 2011
does this solve issue 9?
interactive-matter
committed
e5f3674
View commit details
Copy full SHA for e5f3674
View code at this point
Browse repository at this point
now really fixing issue 8??
interactive-matter
committed
7d5f134
View commit details
Copy full SHA for 7d5f134
View code at this point
Browse repository at this point
Commits on Feb 23, 2011
addnig proposed changes of issue 7 & 8
interactive-matter
committed
eaa6ca2
View commit details
Copy full SHA for eaa6ca2
View code at this point
Browse repository at this point
Commits on Feb 18, 2011
number printing works reliable
interactive-matter
committed
097a0ce
View commit details
Copy full SHA for 097a0ce
View code at this point
Browse repository at this point
ok, now we can print double numbers easily (precision has been increased to float)
Show description for 437aa8a
interactive-matter
committed
437aa8a
View commit details
Copy full SHA for 437aa8a
View code at this point
Browse repository at this point
Commits on Nov 3, 2010
finally it works with streaming
interactive-matter
committed
81e8839
View commit details
Copy full SHA for 81e8839
View code at this point
Browse repository at this point
Commits on Oct 15, 2010
implementing a real string buffer instead of scatterd bits & pieces
interactive-matter
committed
5ed56d1
View commit details
Copy full SHA for 5ed56d1
View code at this point
Browse repository at this point
Commits on Oct 12, 2010
parsing is hard ;)
interactive-matter
committed
5e52dad
View commit details
Copy full SHA for 5e52dad
View code at this point
Browse repository at this point
some more debug output & correction
interactive-matter
committed
10ce51d
View commit details
Copy full SHA for 10ce51d
View code at this point
Browse repository at this point
some more debug
interactive-matter
committed
aed3276
View commit details
Copy full SHA for aed3276
View code at this point
Browse repository at this point
some basic debuggin
interactive-matter
committed
e1634bf
View commit details
Copy full SHA for e1634bf
View code at this point
Browse repository at this point
hmm, other code has to reside in utility
interactive-matter
committed
4b7aa8b
View commit details
Copy full SHA for 4b7aa8b
View code at this point
Browse repository at this point
removed addToBuffer
interactive-matter
committed
163ed15
View commit details
Copy full SHA for 163ed15
View code at this point
Browse repository at this point
Commits on Oct 10, 2010
not needed anymore (was utf-8 related)
interactive-matter
committed
b5e329b
View commit details
Copy full SHA for b5e329b
View code at this point
Browse repository at this point
adding functions to print to string
interactive-matter
committed
cfcfbf7
View commit details
Copy full SHA for cfcfbf7
View code at this point
Browse repository at this point
some helper functions to read from strings
interactive-matter
committed
b917320
View commit details
Copy full SHA for b917320
View code at this point
Browse repository at this point
now even numbers are printed to string
interactive-matter
committed
e8df05d
View commit details
Copy full SHA for e8df05d
View code at this point
Browse repository at this point
strings are now printed to stream
interactive-matter
committed
5e5c770
View commit details
Copy full SHA for 5e5c770
View code at this point
Browse repository at this point
object names should be printed too
interactive-matter
committed
0695fa1
View commit details
Copy full SHA for 0695fa1
View code at this point
Browse repository at this point
arrays are printed to stream
interactive-matter
committed
2596780
View commit details
Copy full SHA for 2596780
View code at this point
Browse repository at this point
values are printed to stream
interactive-matter
committed
70836a5
View commit details
Copy full SHA for 70836a5
View code at this point
Browse repository at this point
objects are printed to stream
interactive-matter
committed
542a1db
View commit details
Copy full SHA for 542a1db
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.