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
Accelerator
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
Type
/
to 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 }}
Renal-Of-Loon
/
mini-yaml
Public
forked from
jimmiebergmann/mini-yaml
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
mini-yaml
yaml
on
dev
User selector
All users
All time
Commit history
Commits on Apr 16, 2023
Add header guard to yaml.hpp.
Show description for 409a52d
jimmiebergmann
committed
409a52d
View commit details
Copy full SHA for 409a52d
View code at this point
Browse repository at this point
Commits on Apr 15, 2023
Fix read_documents* of dom reader.
jimmiebergmann
committed
8f75123
View commit details
Copy full SHA for 8f75123
View code at this point
Browse repository at this point
Add max document count option for sax reader.
Show description for a454d00
jimmiebergmann
committed
a454d00
View commit details
Copy full SHA for a454d00
View code at this point
Browse repository at this point
Commits on Apr 14, 2023
Replace VisView template value with traits tyoe.
Show description for d4a3d86
jimmiebergmann
committed
d4a3d86
View commit details
Copy full SHA for d4a3d86
View code at this point
Browse repository at this point
Commits on Apr 9, 2023
Add double and single quote string conversations.
jimmiebergmann
committed
890f229
View commit details
Copy full SHA for 890f229
View code at this point
Browse repository at this point
Commits on Apr 5, 2023
Fix yaml string_view usage and update readme.
jimmiebergmann
committed
dc0e271
View commit details
Copy full SHA for dc0e271
View code at this point
Browse repository at this point
Add support for flow scalars.
Show description for 4018383
jimmiebergmann
committed
4018383
View commit details
Copy full SHA for 4018383
View code at this point
Browse repository at this point
Commits on Mar 26, 2023
Fix tab after object token bug.
Show description for a5f2d62
jimmiebergmann
committed
a5f2d62
View commit details
Copy full SHA for a5f2d62
View code at this point
Browse repository at this point
Optmize object_node's string methods to not copy strings.
jimmiebergmann
committed
e321d9c
View commit details
Copy full SHA for e321d9c
View code at this point
Browse repository at this point
Add nodiscard to multiple node/*_node methods.
Show description for 90ec0fd
jimmiebergmann
committed
90ec0fd
View commit details
Copy full SHA for 90ec0fd
View code at this point
Browse repository at this point
Add tag support.
jimmiebergmann
committed
04d9b7e
View commit details
Copy full SHA for 04d9b7e
View code at this point
Browse repository at this point
Commits on Mar 25, 2023
Rename yaml2.hpp to yaml.hpp.
jimmiebergmann
committed
a589b06
View commit details
Copy full SHA for a589b06
View code at this point
Browse repository at this point
Delete old yaml code files and cleanup repo.
jimmiebergmann
committed
5787641
View commit details
Copy full SHA for 5787641
View code at this point
Browse repository at this point
Move scalar_node.as_string to template specialization of .as<T>.
jimmiebergmann
committed
3c65cb5
View commit details
Copy full SHA for 3c65cb5
View code at this point
Browse repository at this point
Add missing template keyword. Remove unused variable in dom test.
jimmiebergmann
committed
7b8db04
View commit details
Copy full SHA for 7b8db04
View code at this point
Browse repository at this point
Include missing climits header.
Show description for aa756a9
jimmiebergmann
committed
aa756a9
View commit details
Copy full SHA for aa756a9
View code at this point
Browse repository at this point
Add *_node.as<T> for numeric types.
Show description for 3db9067
jimmiebergmann
committed
3db9067
View commit details
Copy full SHA for 3db9067
View code at this point
Browse repository at this point
Commits on Mar 22, 2023
Use <cstring> instead of <string.h> header.
jimmiebergmann
committed
3d08872
View commit details
Copy full SHA for 3d08872
View code at this point
Browse repository at this point
Fix invalid node [key] operator.
Show description for 5033fa5
jimmiebergmann
committed
5033fa5
View commit details
Copy full SHA for 5033fa5
View code at this point
Browse repository at this point
Fix build error, due to wrong order of keywords const and typename.
jimmiebergmann
committed
9fb8735
View commit details
Copy full SHA for 9fb8735
View code at this point
Browse repository at this point
Add is_ checks in dom node creation tests.
Show description for 2a1c203
jimmiebergmann
committed
2a1c203
View commit details
Copy full SHA for 2a1c203
View code at this point
Browse repository at this point
Commits on Mar 21, 2023
Include empty lines in sax parser for non block scalars.
Show description for 4ef4ae2
jimmiebergmann
committed
4ef4ae2
View commit details
Copy full SHA for 4ef4ae2
View code at this point
Browse repository at this point
Remove MINIYAML_USE_EXCEPTIONS macro.
Show description for 9ec0f7c
jimmiebergmann
committed
9ec0f7c
View commit details
Copy full SHA for 9ec0f7c
View code at this point
Browse repository at this point
Add nodiscard to node iterator methods.
Show description for 1f28148
jimmiebergmann
committed
1f28148
View commit details
Copy full SHA for 1f28148
View code at this point
Browse repository at this point
Fix empty object key name, now returns expected_key error.
Show description for 72b219a
jimmiebergmann
committed
72b219a
View commit details
Copy full SHA for 72b219a
View code at this point
Browse repository at this point
Commits on Mar 20, 2023
Add sequence parsing to both sax and dom parser.
jimmiebergmann
committed
ecf94d7
View commit details
Copy full SHA for ecf94d7
View code at this point
Browse repository at this point
Commits on Mar 19, 2023
Add missing index method in dom's sax handler.
jimmiebergmann
committed
1e0d7e1
View commit details
Copy full SHA for 1e0d7e1
View code at this point
Browse repository at this point
Add sequence support to SAX parser.
jimmiebergmann
committed
af5d2dd
View commit details
Copy full SHA for af5d2dd
View code at this point
Browse repository at this point
Use explicit type for lambda in as_*_string functions.
jimmiebergmann
committed
ac4aabe
View commit details
Copy full SHA for ac4aabe
View code at this point
Browse repository at this point
Fix scalar value as_string to support all block types.
Show description for b277ec8
jimmiebergmann
committed
b277ec8
View commit details
Copy full SHA for b277ec8
View code at this point
Browse repository at this point
Commits on Mar 18, 2023
Add iterator, find and erase functions to object node class.
jimmiebergmann
committed
6c4acfb
View commit details
Copy full SHA for 6c4acfb
View code at this point
Browse repository at this point
Fix colliding method name and class name.
jimmiebergmann
committed
7054b47
View commit details
Copy full SHA for 7054b47
View code at this point
Browse repository at this point
Fix bad friend class declaration. Add contains(key) method to object node class. Add some more tests.
jimmiebergmann
committed
ef8af7e
View commit details
Copy full SHA for ef8af7e
View code at this point
Browse repository at this point
Add initial DOM object node logic. Update readme with future example. Add boolean operator to reader result.
jimmiebergmann
committed
85723af
View commit details
Copy full SHA for 85723af
View code at this point
Browse repository at this point
Commits on Mar 15, 2023
Fix linux build errors.
jimmiebergmann
committed
d2c9364
View commit details
Copy full SHA for d2c9364
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.