Metadata-Version: 2.4
Name: jsonlibrarylite
Version: 1.0.0
Summary: A dependency-free Robot Framework JSON library with a minimal JSONPath-like engine (no jsonpath-ng).
Author-email: Mahendran Natarajan <maheatr@gmail.com>
License: MIT License
        
        Copyright (c) 2026 Mahendran Natarajan
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
Project-URL: Homepage, https://github.com/maheatr/jsonlibrarylite
Project-URL: Repository, https://github.com/maheatr/jsonlibrarylite
Project-URL: Issues, https://github.com/maheatr/jsonlibrarylite/issues
Keywords: robotframework,json,testing,qa,automation,keywords
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Testing
Classifier: Framework :: Robot Framework
Classifier: Framework :: Robot Framework :: Library
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# JSONLibraryLite

A dependency-free Robot Framework library for JSON operations with a safe, minimal JSONPath-like path engine (no `jsonpath-ng`).

## Install

```bash
pip install jsonlibrarylite
