Popularity
7.8
Growing
Activity
0.0
-
22
16
7
Programming language: Crystal
License: MIT License
Tags:
Data Formats
Latest version: v1.1.5
HAR alternatives and similar shards
Based on the "Data Formats" category.
Alternatively, view HAR alternatives based on common mentions on social networks and blogs.
-
Crystalizer
(De)serialize any Crystal object - out of the box. Supports JSON, YAML and Byte format. -
JSON::OnSteroids
[Crystal Lang] Handle and mutate JSON document easily -
json-schema
Describe crystal-lang JSON serializable types with JSON Schema
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.com
Do you think we are missing an alternative of HAR or a related project?
Popular Comparisons
README
har

HAR parser for version 1.2
Installation
Add this to your application's shard.yml
:
dependencies:
har:
github: NeuraLegion/har
Usage
json = HAR.from_file(file)
# or from string using HAR.from_string(String)
pp json
json.version
# => 1.2
json.entries
# etc..
Development
Pretty much done. If there is a needed feature please open an issue.
Contributing
- Fork it ( https://github.com/NeuraLegion/har/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
*Note that all licence references and agreements mentioned in the HAR README section above
are relevant to that project's source code only.