Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
T
trivial-json-codec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
Eric Diethelm
trivial-json-codec
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
26
Apr
8
Mar
29
Aug
18
15
Mar
11
9
3
11
Feb
1
Sep
22
Jul
16
14
11
12
11
10
9
10
8
9
Implement a way to exclude specific slots from being serialized
master
master
Increacing version after small corrections.
Better hansling of complex types.
Serialization of symbols don't generate errors, but write the symbol's name.
Correct counting of matching classes for deserialization.
Improve parsing of strings.
Remove mgl-pax as documentation method.
Correct error when deserializing nil or empty strings.
Convert keyword from string; handle objects, lists and arrays correctly.
Process true,false & null correctly; add a deserializer to property-list.
Increase version after last change.
Handle empty lists correctly as nil and don't serialize functions.
Add Quicklisp reference.
Deserialize floats correctly and only serialize bound slots.
Don't use cl-annot. Remove historical marks of Ding and add 'constructors' to create objects when deserializing.
Update CONTRIBUTING.md.
Merge branch 'master' of gitlab.com:ediethelm/trivial-json-codec
Update documentation.
Update README.md
Add missing parts of documentation and format it. Correct missing package-name for
Update .gitlab-ci.yml to add CCL build
Correct link to 'Contributing' document.
Add build pipeline status badge.
Clone trivial-utilities, since it is not yet in QuickLisp.
Add build pipeline.
Add intallation guide.
Add link to create a new merge request.
Add information on issue reporting.
Update README.md
Add contribution guide
Corrected a typo.
Forced formatting of line breaks.
Updated documentation and cleaned-up code by removing interferences
Add LICENSE
Initial commit.
Loading