Skip to content

Add isEmpty function to validate that JSON objects are not empty #50

Add isEmpty function to validate that JSON objects are not empty

Add isEmpty function to validate that JSON objects are not empty #50

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
- run: make ci